Skip to content

Commit

Permalink
Revert "Update index.js"
Browse files Browse the repository at this point in the history
This reverts commit 3b165ba.
  • Loading branch information
eartharoid committed Sep 3, 2022
1 parent 3b165ba commit 2e23508
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ class Bot extends Client {
Intents.FLAGS.GUILDS,
Intents.FLAGS.GUILD_MEMBERS,
Intents.FLAGS.GUILD_MESSAGES,
Intents.FLAGS.GUILD_MESSAGE_REACTIONS,
Intents.FLAGS.MESSAGE_CONTENT,
Intents.FLAGS.GUILD_MESSAGE_REACTIONS
],
partials: [
'CHANNEL',
Expand Down Expand Up @@ -215,4 +214,4 @@ class Bot extends Client {

}

new Bot();
new Bot();

0 comments on commit 2e23508

Please sign in to comment.