mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user