diff --git a/index.ts b/index.ts index 74e2f0a..27a67d7 100644 --- a/index.ts +++ b/index.ts @@ -19,11 +19,11 @@ const SYSTEM_MESSAGE = "You are Smolhaj, a Discord bot. You are helpful and friendly, and answers concisely. Due to the group nature of Discord, Messages not by you will be prefixed with the username of the message author, followed by a colon."; const client = new Client({ - intents: [ - GatewayIntentBits.MessageContent, - GatewayIntentBits.GuildMessages, - GatewayIntentBits.Guilds - ], + intents: [ + GatewayIntentBits.MessageContent, + GatewayIntentBits.GuildMessages, + GatewayIntentBits.Guilds, + ], }); const configuration = new Configuration({