From c59bf6c2451db01e3c7677a032acfde933ee30f0 Mon Sep 17 00:00:00 2001 From: Emily J Date: Mon, 1 Mar 2021 13:05:47 +1100 Subject: [PATCH] oopsie --- src/commands/splatnet.js | 4 ++-- version.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commands/splatnet.js b/src/commands/splatnet.js index ae2bea5..50d3c0c 100644 --- a/src/commands/splatnet.js +++ b/src/commands/splatnet.js @@ -48,6 +48,6 @@ exports.conf = { exports.help = { name: "splatnet", category: "Splatoon", - description: "Get current and upcoming maps and modes for regular, ranked and league battles.", - usage: "splatoonmaps" + description: "See what is currently on offer in the splatnet shop.", + usage: "splatnet" }; diff --git a/version.json b/version.json index 811fc62..bcdab76 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "number": "1.4", - "changelog": "**1.3 Changelog:**\n> • Music module has been rewritten for better stability and lots more features\n> • Force disconnecting Woomy from a voice channel no longer breaks music\n> • Music should (hopefully) break less in general\n> • Existing music commands have been rewritten\n> • Added the following new commands: fixmusic, movehere, movesong, playnext, shuffle, songinfo, volume\n> • Updated ship command\n**Notes:**\n> • This will be the final major update to Woomy V1, as we are shifting our focus to Woomy V2, which is a complete rewrite." -} + "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