mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 08:34:15 +02:00
fix(arabot): fix intents for message commands
This commit is contained in:
parent
e5dfa51cc9
commit
9aa669e4c5
@ -43,6 +43,7 @@ const client = new SapphireClient({
|
||||
GatewayIntentBits.GuildMessageReactions,
|
||||
GatewayIntentBits.DirectMessages,
|
||||
GatewayIntentBits.DirectMessageReactions,
|
||||
GatewayIntentBits.MessageContent,
|
||||
],
|
||||
tasks: {
|
||||
// Scheduler with redis
|
||||
|
Loading…
x
Reference in New Issue
Block a user