Skip to content

Commit

Permalink
4.0-dev-5
Browse files Browse the repository at this point in the history
Fixed punycode warning in eslint, by replacing uri-js.
  • Loading branch information
AlexInCube committed Nov 13, 2024
1 parent 3ade320 commit a9bd9d9
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 71 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicbot",
"version": "4.0.0-dev-4",
"version": "4.0.0-dev-5",
"description": "Discord Bot for playing music",
"main": "build/main.js",
"scripts": {
Expand All @@ -19,6 +19,9 @@
"engines": {
"node": ">=20"
},
"overrides": {
"uri-js": "npm:uri-js-replace"
},
"dependencies": {
"@discordjs/rest": "2.4.0",
"@discordjs/voice": "0.17.0",
Expand Down
Loading

0 comments on commit a9bd9d9

Please sign in to comment.