remove debug

This commit is contained in:
Lee 2024-06-26 00:43:46 +01:00
parent bf12fb1914
commit 61d96191cb

@ -91,7 +91,6 @@ public class CommandService extends ListenerAdapter {
@Override
public void onSlashCommandInteraction(@NotNull SlashCommandInteractionEvent event) {
log.info("piss sticks");
Guild discordGuild = event.getGuild();
if (event.getUser().isBot()) {
return;