Skip to content

Commit

Permalink
Cute
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawHatHacker committed Sep 17, 2021
1 parent db333d9 commit 34aa885
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ const Kiyo = new Bot({
MessageManager: 100
}),
allowedMentions: { parse: ['roles', 'users'] },
intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MEMBERS, Intents.FLAGS.GUILD_MESSAGES, Intents.FLAGS.GUILD_MESSAGE_REACTIONS, Intents.FLAGS.GUILD_EMOJIS_AND_STICKERS],
intents: [
Intents.FLAGS.GUILDS,
Intents.FLAGS.GUILD_MEMBERS,
Intents.FLAGS.GUILD_MESSAGES
],
restRequestTimeout: 5000,
restGlobalRateLimit: 40,
large_threshold: 100
Expand Down

0 comments on commit 34aa885

Please sign in to comment.