diff --git a/bot/src/bot/modules/antispam.ts b/bot/src/bot/modules/antispam.ts index 400a244..48d4828 100644 --- a/bot/src/bot/modules/antispam.ts +++ b/bot/src/bot/modules/antispam.ts @@ -296,6 +296,6 @@ Thanks for being part of Revolt!`); } } -awaitClient().then(() => notifyPublicServers()); +// awaitClient().then(() => notifyPublicServers()); export { antispam, wordFilterCheck, checkMessageForFilteredWords }