Simple code fixes

This commit is contained in:
Lucas Gabriel 2024-05-31 17:47:31 -03:00
parent 78625caf24
commit 9a98d51dd5
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ module.exports = function(bot, msg) {
isFurry = `${userName} is not furry`;
} else {
isFurry = `${userName} is a furry.`;
}
};
const message = `${isFurry}`;

View File

@ -14,7 +14,7 @@ module.exports = function (bot, msg) {
isGay = `${userName} is not gay.`;
} else {
isGay = `${userName} is a gay.`;
}
};
const message = `${isGay}`;