prettier
This commit is contained in:
parent
4a6031b75e
commit
9ef7baec59
1 changed files with 5 additions and 5 deletions
2
index.ts
2
index.ts
|
@ -22,7 +22,7 @@ const client = new Client({
|
||||||
intents: [
|
intents: [
|
||||||
GatewayIntentBits.MessageContent,
|
GatewayIntentBits.MessageContent,
|
||||||
GatewayIntentBits.GuildMessages,
|
GatewayIntentBits.GuildMessages,
|
||||||
GatewayIntentBits.Guilds
|
GatewayIntentBits.Guilds,
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue