summaryrefslogtreecommitdiff
path: root/packages/gateway
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-10-08 22:43:38 -0700
committerFuwn <[email protected]>2025-10-08 22:43:38 -0700
commit684dbde1d1ae2708d2dae623311326debf83c143 (patch)
tree7f8450db4640b8d37c66012dd19c9ff4bc25972f /packages/gateway
parentfeat(gateway:listeners): Disable mediaModeration module (diff)
downloadumabotdiscord-684dbde1d1ae2708d2dae623311326debf83c143.tar.xz
umabotdiscord-684dbde1d1ae2708d2dae623311326debf83c143.zip
feat(interactions): Remove age-verify and nsfw-apply slash commands
Diffstat (limited to 'packages/gateway')
-rw-r--r--packages/gateway/src/listeners/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gateway/src/listeners/index.ts b/packages/gateway/src/listeners/index.ts
index d9d4b70..2eadb41 100644
--- a/packages/gateway/src/listeners/index.ts
+++ b/packages/gateway/src/listeners/index.ts
@@ -5,7 +5,7 @@ import { handleChannelDeletion } from "./channelDeletion";
import { handleMessageDeletion } from "./messageDeletion";
import { handleMessageEdit } from "./messageEdit";
import { handleClientReady } from "./clientReady";
-import { handleMediaModeration } from "./mediaModeration";
+// import { handleMediaModeration } from "./mediaModeration";
export const handleListeners = (client: Client) => {
handleClientReady(client);