of course theres extra stuff to do for that
This commit is contained in:
6
index.js
6
index.js
@@ -7,11 +7,13 @@ const client = new Client({
|
||||
GatewayIntentBits.Guilds,
|
||||
GatewayIntentBits.GuildMessages,
|
||||
GatewayIntentBits.DirectMessages,
|
||||
GatewayIntentBits.MessageContent
|
||||
GatewayIntentBits.MessageContent,
|
||||
GatewayIntentBits.GuildMessageReactions
|
||||
],
|
||||
partials: [
|
||||
Partials.Channel,
|
||||
Partials.Message
|
||||
Partials.Message,
|
||||
Partials.Reaction
|
||||
]
|
||||
});
|
||||
client.once(Events.ClientReady, readyClient => {
|
||||
|
||||
Reference in New Issue
Block a user