diff --git a/backend/src/index.ts b/backend/src/index.ts index cc71a6e7..3daf475c 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -147,6 +147,10 @@ connect().then(async () => { } }); + client.on("error", err => { + logger.error(`[ERIS] ${String(err)}`); + }); + const allowedGuilds = new AllowedGuilds(); const guildConfigs = new Configs();