From 9ef7baec59d0dac548edefb5ae100e35ad83bebb Mon Sep 17 00:00:00 2001 From: Skye Date: Fri, 10 Mar 2023 20:49:54 +0900 Subject: [PATCH] prettier --- index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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({