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}`;