prettier
This commit is contained in:
parent
4a6031b75e
commit
9ef7baec59
1 changed files with 5 additions and 5 deletions
10
index.ts
10
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.";
|
"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({
|
const client = new Client({
|
||||||
intents: [
|
intents: [
|
||||||
GatewayIntentBits.MessageContent,
|
GatewayIntentBits.MessageContent,
|
||||||
GatewayIntentBits.GuildMessages,
|
GatewayIntentBits.GuildMessages,
|
||||||
GatewayIntentBits.Guilds
|
GatewayIntentBits.Guilds,
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
const configuration = new Configuration({
|
const configuration = new Configuration({
|
||||||
|
|
Loading…
Reference in a new issue