mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +02:00
Update index.js
This commit is contained in:
parent
1dea3a445f
commit
3b165bad13
@ -113,7 +113,8 @@ class Bot extends Client {
|
||||
Intents.FLAGS.GUILDS,
|
||||
Intents.FLAGS.GUILD_MEMBERS,
|
||||
Intents.FLAGS.GUILD_MESSAGES,
|
||||
Intents.FLAGS.GUILD_MESSAGE_REACTIONS
|
||||
Intents.FLAGS.GUILD_MESSAGE_REACTIONS,
|
||||
Intents.FLAGS.MESSAGE_CONTENT,
|
||||
],
|
||||
partials: [
|
||||
'CHANNEL',
|
||||
@ -214,4 +215,4 @@ class Bot extends Client {
|
||||
|
||||
}
|
||||
|
||||
new Bot();
|
||||
new Bot();
|
||||
|
Loading…
Reference in New Issue
Block a user