Fix TeamCommand
Dieser Commit ist enthalten in:
Ursprung
8ac8964f24
Commit
36e303cd44
@ -48,7 +48,7 @@ public class TeamCommand extends BasicDiscordCommand {
|
|||||||
if (steamwarUser == null) {
|
if (steamwarUser == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
System.out.println(event);
|
System.out.println(event.getName() + " " + event.getSubcommandName() + " " + event.getOptions());
|
||||||
|
|
||||||
if (event.getSubcommandName() != null) {
|
if (event.getSubcommandName() != null) {
|
||||||
switch (event.getSubcommandName()) {
|
switch (event.getSubcommandName()) {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren