From ffd056972d75fb11014db6dd326fce6e6fa3c005 Mon Sep 17 00:00:00 2001 From: Emily J Date: Mon, 5 Oct 2020 18:38:22 +1100 Subject: [PATCH] fix coinflip --- src/commands/coinflip.js | 2 +- version.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/coinflip.js b/src/commands/coinflip.js index 418a996..e051bee 100644 --- a/src/commands/coinflip.js +++ b/src/commands/coinflip.js @@ -7,7 +7,7 @@ exports.run = (client, message, args) => { if(args[0].toLowerCase() != "heads" && args[0].toLowerCase() != "tails") { return message.channel.send( - `<:error:466995152976871434> Invalid choice. Usage: \`${client.commands.get(`flip`).help.usage}\`` + `<:error:466995152976871434> Invalid choice. Usage: \`${client.commands.get(`coinflip`).help.usage}\`` ); }; var coin = [ diff --git a/version.json b/version.json index 119b88d..0fceed0 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "number": "1.3.10", - "changelog": "**1.3.0 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." + "number": "1.3.11", + "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." }