forked from Supositware/Haha-Yes
fixed stupid error
This commit is contained in:
parent
06af74b2cf
commit
374a4eda95
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ module.exports = class RandomCommand extends Command {
|
|||
text = text.replace(/\[noun\]/, noun[randNumber(noun)])
|
||||
text = text.replace(/\[adjective\]/, adjective[randNumber(adjective)])
|
||||
text = text.replace(/\[member\]/, message.guild.members.random().user.username)
|
||||
} while( text.includes('[verb]') || text.includes('[adverb]') || text.includes('[noun]') || text.includes('[adjective]' || text.includes('[member]' || text-includes('[adjectives]'))) )
|
||||
} while( text.includes('[verb]') || text.includes('[adverb]') || text.includes('[noun]') || text.includes('[adjective]') || text.includes('[member]') )
|
||||
|
||||
// Send the final text
|
||||
message.say(text);
|
||||
|
|
Loading…
Reference in a new issue