diff --git a/package.json b/package.json index 7b3c4b7..55a183a 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "Woomy is a all-purpose discord bot built off the guidebot base and coded in node.js using discord.js.", "main": "index.js", "dependencies": { - "@discordjs/opus": "^0.5.0", - "@sentry/node": "^6.4.1", + "@discordjs/opus": "^0.6.0", + "@sentry/node": "^6.12.0", "better-sqlite3": "^7.4.0", "chalk": "^4.1.1", "dblapi.js": "^2.4.1", - "discord-paginator.js": "github:mudkipscience/discord-paginator.js", + "discord-paginator.js": "git+https://gitdab.com/embee/discord-paginator.js", "discord.js": "^12.5.3", "enmap": "^5.8.5", "ffmpeg-static": "^4.3.0", @@ -24,7 +24,7 @@ "to-zalgo": "^1.0.1", "urban": "^0.3.2", "weather-js": "^2.0.0", - "ytdl-core": "^4.8.2" + "ytdl-core": "^4.9.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/src/commands/play.js b/src/commands/play.js index 882aedd..a876c63 100644 --- a/src/commands/play.js +++ b/src/commands/play.js @@ -21,5 +21,5 @@ exports.help = { name: "play", category: "Music", description: 'Plays the song you request, or adds it to the queue.', - usage: 'playnext [song]', + usage: 'play [song]', }; diff --git a/version.json b/version.json index 10a1e59..46362b1 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "number": "1.4.6", + "number": "1.4.7", "changelog": "**1.4 Changelog**\n> • Splatoon commands have been added! check current and upcoming maps and modes with `~splatoonmaps`, current and upcoming salmon run maps, weapons and reward gear with `~salmonrun` and see what gear is on offer in the splatnet shop with `~splatnet`!\n**Notes:**\n> • Music is still broken and likely will be until v2 is released. Fixing v1 would delay v2 a lot, sorry >.<" } \ No newline at end of file