mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-11 13:19:57 +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`;
|
isFurry = `${userName} is not furry`;
|
||||||
} else {
|
} else {
|
||||||
isFurry = `${userName} is a furry.`;
|
isFurry = `${userName} is a furry.`;
|
||||||
}
|
};
|
||||||
|
|
||||||
const message = `${isFurry}`;
|
const message = `${isFurry}`;
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ module.exports = function (bot, msg) {
|
|||||||
isGay = `${userName} is not gay.`;
|
isGay = `${userName} is not gay.`;
|
||||||
} else {
|
} else {
|
||||||
isGay = `${userName} is a gay.`;
|
isGay = `${userName} is a gay.`;
|
||||||
}
|
};
|
||||||
|
|
||||||
const message = `${isGay}`;
|
const message = `${isGay}`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user