Simple code fixes
This commit is contained in:
parent
78625caf24
commit
9a98d51dd5
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ module.exports = function(bot, msg) {
|
|||
isFurry = `${userName} is not furry`;
|
||||
} else {
|
||||
isFurry = `${userName} is a furry.`;
|
||||
}
|
||||
};
|
||||
|
||||
const message = `${isFurry}`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue