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,