diff --git a/commands/games-mp/word-spud.js b/commands/games-mp/word-spud.js index cd3cbf48..09cc5ab6 100644 --- a/commands/games-mp/word-spud.js +++ b/commands/games-mp/word-spud.js @@ -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