mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 21:00:03 +00:00
Simple code fixes
This commit is contained in:
parent
78625caf24
commit
9a98d51dd5
@ -14,7 +14,7 @@ module.exports = function(bot, msg) {
|
||||
isFurry = `${userName} is not furry`;
|
||||
} else {
|
||||
isFurry = `${userName} is a furry.`;
|
||||
}
|
||||
};
|
||||
|
||||
const message = `${isFurry}`;
|
||||
|
||||
|
@ -14,7 +14,7 @@ module.exports = function (bot, msg) {
|
||||
isGay = `${userName} is not gay.`;
|
||||
} else {
|
||||
isGay = `${userName} is a gay.`;
|
||||
}
|
||||
};
|
||||
|
||||
const message = `${isGay}`;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user