mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 16:19:12 +02:00
Fix
This commit is contained in:
@@ -40,7 +40,8 @@ module.exports = class GoogleFeudCommand extends Command {
|
|||||||
while (display.includes('???') && tries) {
|
while (display.includes('???') && tries) {
|
||||||
const embed = this.makeEmbed(question, tries, suggestions, display);
|
const embed = this.makeEmbed(question, tries, suggestions, display);
|
||||||
await msg.embed(embed);
|
await msg.embed(embed);
|
||||||
const msgs = await msg.channel.awaitMessages(res => res.author.id === msg.author.id, {
|
const msgs = await msg.channel.awaitMessages({
|
||||||
|
filter: res => res.author.id === msg.author.id,
|
||||||
max: 1,
|
max: 1,
|
||||||
time: 30000
|
time: 30000
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user