Skip to content

Commit

Permalink
bot: v3.3.1
Browse files Browse the repository at this point in the history
* fix lyrics being broken, now we fetch them from Genius
  • Loading branch information
nikosszzz committed May 23, 2024
1 parent 421d6f7 commit 94b16e7
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 130 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "music-bot",
"version": "3.3.0",
"version": "3.3.1",
"description": "A general music Discord bot.",
"main": "./src/bot.ts",
"type": "module",
Expand All @@ -18,12 +18,12 @@
},
"dependencies": {
"@discordjs/voice": "^0.17.0",
"@joehoel/lyric-finder": "^1.0.2",
"array-move": "^4.0.0",
"bufferutil": "^4.0.8",
"chalk": "^5.3.0",
"discord.js": "^14.15.2",
"ffmpeg-static": "^5.2.0",
"lyrics-finder": "^21.7.0",
"opusscript": "^0.1.1",
"play-dl": "^1.9.7",
"sodium-native": "^4.1.1",
Expand Down
Loading

0 comments on commit 94b16e7

Please sign in to comment.