Skip to content

Commit

Permalink
remove intent
Browse files Browse the repository at this point in the history
  • Loading branch information
chasyumen committed Sep 19, 2022
1 parent c683de5 commit 53ce6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const client = (global.client = new Client({
GatewayIntentBits.DirectMessages,
GatewayIntentBits.DirectMessageReactions,
// GatewayIntentBits.DirectMessageTyping,
GatewayIntentBits.MessageContent,
// GatewayIntentBits.MessageContent,
],
allowedMentions: { repliedUser: false },
presence: {
Expand Down

0 comments on commit 53ce6de

Please sign in to comment.