mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Fix
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = class WordSpudCommand extends Command {
|
|||||||
${player}, continue the chain: **${currentWord} ...?**
|
${player}, continue the chain: **${currentWord} ...?**
|
||||||
_Type \`end\` to end the game._
|
_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, {
|
const msgs = await msg.channel.awaitMessages(filter, {
|
||||||
max: 1,
|
max: 1,
|
||||||
time: 30000
|
time: 30000
|
||||||
|
|||||||
Reference in New Issue
Block a user