mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:34:16 +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.GuildMessageReactions,
|
||||||
GatewayIntentBits.DirectMessages,
|
GatewayIntentBits.DirectMessages,
|
||||||
GatewayIntentBits.DirectMessageReactions,
|
GatewayIntentBits.DirectMessageReactions,
|
||||||
|
GatewayIntentBits.MessageContent,
|
||||||
],
|
],
|
||||||
tasks: {
|
tasks: {
|
||||||
// Scheduler with redis
|
// Scheduler with redis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user