From b527295f5aa4dc7fc980ac16ccbf444f47e12628 Mon Sep 17 00:00:00 2001 From: metal Date: Sun, 12 Mar 2023 01:34:14 +0000 Subject: [PATCH] remove knub type params Signed-off-by: GitHub --- backend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index 966df980..e93e17df 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -283,7 +283,7 @@ connect().then(async () => { const allowedGuilds = new AllowedGuilds(); const guildConfigs = new Configs(); - const bot = new Knub(client, { + const bot = new Knub(client, { guildPlugins, globalPlugins,