From d14022e69ef06648ffb4433719f019b3a93936c9 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Fri, 1 Aug 2025 10:46:54 +0200 Subject: [PATCH] Fix ChannelListener --- .../steamwar/velocitycore/discord/listeners/ChannelListener.java | 1 + 1 file changed, 1 insertion(+) diff --git a/VelocityCore/src/de/steamwar/velocitycore/discord/listeners/ChannelListener.java b/VelocityCore/src/de/steamwar/velocitycore/discord/listeners/ChannelListener.java index bebf194c..bfecf313 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/discord/listeners/ChannelListener.java +++ b/VelocityCore/src/de/steamwar/velocitycore/discord/listeners/ChannelListener.java @@ -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;