Skip to content

Commit

Permalink
Update 1.1.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
Adivise authored Jan 17, 2023
1 parent 6ca1d4b commit 0263e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const { Manager } = require("erela.js");

const client = new Client({
shards: "auto",
allowedMentions: { parse: ["users", "roles"] },
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMembers,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@discordjs/voice": "^0.11.0",
"chillout": "^5.0.0",
"discord.js": "^14.3.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.2",
"erela.js": "^2.3.3",
"path": "^0.12.7",
Expand Down

0 comments on commit 0263e7c

Please sign in to comment.