From 684d49ae5b1acc95a8d21ce5ed58515624d1d156 Mon Sep 17 00:00:00 2001 From: Emily Wood Date: Fri, 17 Sep 2021 12:38:15 +1000 Subject: [PATCH 1/3] module updates --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" From 5289977fb5113fe231280596fa887a30303c9515 Mon Sep 17 00:00:00 2001 From: Emily Wood Date: Fri, 17 Sep 2021 12:38:25 +1000 Subject: [PATCH 2/3] fix incorrect help info --- src/commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]', }; From 3e80f2c5a24bc6cd9ee193e6ba7e1f1309e11a4d Mon Sep 17 00:00:00 2001 From: Emily Wood Date: Fri, 17 Sep 2021 12:38:34 +1000 Subject: [PATCH 3/3] updated to 1.4.7 --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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