This commit is contained in:
Emily 2021-03-01 13:05:47 +11:00
parent 58c90ddd9d
commit c59bf6c245
2 changed files with 4 additions and 4 deletions

View File

@ -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"
};

View File

@ -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 >.<"
}