Skip to content

Commit

Permalink
dependencies and removed dm typing
Browse files Browse the repository at this point in the history
  • Loading branch information
TelevisionNinja committed Mar 23, 2022
1 parent a8c206d commit 0fc2988
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"discord.js": "^13.6.0",
"erlpack": "github:discord/erlpack",
"ffmpeg-static": "^5.0.0",
"libsodium-wrappers": "^0.7.9",
"libsodium-wrappers": "^0.7.10",
"p-queue": "^7.2.0",
"pg": "^8.7.3",
"txml": "^5.1.1",
Expand Down
1 change: 0 additions & 1 deletion src/lib/initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const clientOptions = {
intents: [
// dm's
Intents.FLAGS.DIRECT_MESSAGES,
Intents.FLAGS.DIRECT_MESSAGE_TYPING, // tulp caching

// guilds
Intents.FLAGS.GUILDS, // webhook management
Expand Down

0 comments on commit 0fc2988

Please sign in to comment.