Skip to content

Commit

Permalink
update discord-player dependency to version 6.7.1 and remove unused i…
Browse files Browse the repository at this point in the history
…p module

Signed-off-by: wiibleyde <nathan@bonnell.fr>
  • Loading branch information
Wiibleyde committed Dec 11, 2024
1 parent 08c9ff4 commit b17606d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
27 changes: 15 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@prisma/client": "^5.22.0",
"blagues-api": "^2.1.1",
"cron": "^3.2.1",
"discord-player": "6.6.9-dev.1",
"discord-player": "^6.7.1",
"discord-player-youtubei": "^1.3.3",
"discord.js": "^14.16.3",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/deploy-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const contextCommandsData = [
...Object.values(contextUserMenus).map((command) => command.data)
]

const rest = new REST({ version: '9', timeout: 15000 }).setToken(config.DISCORD_TOKEN)
const rest = new REST().setToken(config.DISCORD_TOKEN)

/**
* Deploys the commands to the Discord application.
Expand Down

0 comments on commit b17606d

Please sign in to comment.