Fix ChannelListener

This commit is contained in:
2025-08-01 10:46:54 +02:00
parent 6623e9d808
commit d14022e69e
@@ -70,6 +70,7 @@ public class ChannelListener extends ListenerAdapter {
@Override
public void onSlashCommandInteraction(@NotNull SlashCommandInteractionEvent event) {
if (event.getGuild().getIdLong() == 1241489896909180998L) return;
InteractionReply.reply(event, sender -> {
if(sender.user().getDiscordId() == null)
return;