Typo fixes + More commands in help
This commit is contained in:
parent
9a98d51dd5
commit
3527ce5392
3 changed files with 8 additions and 5 deletions
|
@ -11,9 +11,9 @@ module.exports = function (bot, msg) {
|
|||
const randomValue = getRandomInt(2);
|
||||
|
||||
if (randomValue === 0) {
|
||||
isGay = `${userName} is not gay.`;
|
||||
isGay = `You (${userName}) are not a gay.`;
|
||||
} else {
|
||||
isGay = `${userName} is a gay.`;
|
||||
isGay = `Yes, you (${userName}) are a gay.`;
|
||||
};
|
||||
|
||||
const message = `${isGay}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue