This commit is contained in:
Dragon Fire
2020-05-18 12:18:13 -04:00
parent 2c82ac1836
commit d242e29523
+1 -1
View File
@@ -52,7 +52,7 @@ module.exports = class WordSpudCommand extends Command {
${player}, continue the chain: **${currentWord} ...?**
_Type \`end\` to end the game._
`);
const filter = res => res.author.id === player.id && res.content.length > 100;
const filter = res => res.author.id === player.id && res.content.length <= 100;
const msgs = await msg.channel.awaitMessages(filter, {
max: 1,
time: 30000