forked from Fascinated/Bat
remove debug and change some command messages
This commit is contained in:
@ -201,10 +201,6 @@ public class CommandService extends ListenerAdapter {
|
||||
}
|
||||
}
|
||||
|
||||
System.out.println("isSubCommand = " + isSubCommand);
|
||||
System.out.println("command.getCommandInfo().guildOnly() = " + command.getCommandInfo().guildOnly());
|
||||
System.out.println("ranInsideGuild = " + ranInsideGuild);
|
||||
|
||||
if (isSubCommand && commandInfo.guildOnly() && !ranInsideGuild) {
|
||||
event.replyEmbeds(EmbedUtils.errorEmbed()
|
||||
.setDescription("This command can only be executed in a guild")
|
||||
|
Reference in New Issue
Block a user