of course theres extra stuff to do for that

This commit is contained in:
2025-10-22 01:38:28 -04:00
parent fe94bfbc9c
commit 6d9836eb11

View File

@@ -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 => {