From 774a418b15c6221610cea70d9060e6e625686162 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 30 Aug 2023 19:10:12 +0200 Subject: [PATCH] i am so sorry --- bot/src/bot/modules/antispam.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }