fix
This commit is contained in:
parent
430a6b6584
commit
c21ca1bc81
@ -18,7 +18,7 @@ function startVocabularyGame(channel) {
|
||||
if (message.channel.id == channel.id)
|
||||
if (message.content.toLowerCase().split(' ').some(word => channel.vgd[5].includes(word))) {
|
||||
await message.reply(channel.vgd[3] + '\n' + channel.vgd[4]);
|
||||
next();
|
||||
channel.vgd = getRandomWordData();
|
||||
message.channel.send(channel.vgd[2]);
|
||||
}
|
||||
}) && getRandomWordData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user