Skip to content

Commit

Permalink
3.6.0-dev
Browse files Browse the repository at this point in the history
Added command /history, which shows the latest 15 songs/playlists played in guild.
Added .npmrc config to better compatibility with node-gyp.
If command handler found duplicate text command names, handler throw error.
  • Loading branch information
AlexInCube committed Aug 11, 2024
1 parent 3af944e commit 8de317b
Show file tree
Hide file tree
Showing 9 changed files with 243 additions and 93 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msvs_version=2022
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicbot",
"version": "3.5.2",
"version": "3.6.0-dev",
"description": "Discord Bot for playing music",
"main": "build/main.js",
"scripts": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.14.3",
"@distube/ytdl-core": "^4.14.4",
"@distube/ytsr": "^2.0.4",
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"cross-env": "7.0.3",
"discord.js": "^14.15.3",
"distube": "^5.0.2",
Expand All @@ -55,13 +55,13 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.14",
"@types/node": "^20.14.15",
"@types/node-cron": "^3.0.11",
"@types/node-os-utils": "^1.3.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
Expand Down
Loading

0 comments on commit 8de317b

Please sign in to comment.