diff --git a/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java b/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java index 6922f88d..75fdcff3 100644 --- a/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java +++ b/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java @@ -48,7 +48,7 @@ public class TeamCommand extends BasicDiscordCommand { if (steamwarUser == null) { return; } - System.out.println(event); + System.out.println(event.getName() + " " + event.getSubcommandName() + " " + event.getOptions()); if (event.getSubcommandName() != null) { switch (event.getSubcommandName()) {