Skip to content

Commit

Permalink
[Update] Bumped the package version, added chalk and momentjs for bet…
Browse files Browse the repository at this point in the history
…ter logging
  • Loading branch information
naseif committed Sep 30, 2021
1 parent 5281fd3 commit e352182
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 15 deletions.
2 changes: 0 additions & 2 deletions commands/music/lyrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ module.exports = {

try {
const lyrics = await lyricsClient.search(songTitle);
console.log(songTitle);

if (!lyrics)
return await interaction.followUp({
embeds: [
Expand Down
155 changes: 145 additions & 10 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyesense-music-bot",
"version": "1.0.0",
"version": "8.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -20,16 +20,19 @@
"@discordjs/opus": "^0.6.0",
"@discordjs/rest": "0.1.0-canary.0",
"bufferutil": "^4.0.3",
"chalk": "^4.1.2",
"discord-api-types": "^0.22.0",
"discord-player": "^5.1.0",
"discord-player": "^5.1.0-dev.1632960868.9336ca0",
"discord.js": "^13.1.0",
"ffmpeg-static": "^4.4.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"play-dl": "^1.0.3",
"sodium": "^3.0.2",
"utf-8-validate": "^5.0.5",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"mdtable": "^0.3.1"
}
}
}

0 comments on commit e352182

Please sign in to comment.