diff --git a/src/commands/furry.js b/src/commands/furry.js index 4c5a620..3c8758e 100644 --- a/src/commands/furry.js +++ b/src/commands/furry.js @@ -14,7 +14,7 @@ module.exports = function(bot, msg) { isFurry = `${userName} is not furry`; } else { isFurry = `${userName} is a furry.`; - } + }; const message = `${isFurry}`; diff --git a/src/commands/gay.js b/src/commands/gay.js index 12a0192..fe3089c 100644 --- a/src/commands/gay.js +++ b/src/commands/gay.js @@ -14,7 +14,7 @@ module.exports = function (bot, msg) { isGay = `${userName} is not gay.`; } else { isGay = `${userName} is a gay.`; - } + }; const message = `${isGay}`;