mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Fix
This commit is contained in:
@@ -30,7 +30,6 @@ module.exports = class GoogleFeudCommand extends Command {
|
|||||||
.setDescription('Type the choice you think is a suggestion _without_ the question.')
|
.setDescription('Type the choice you think is a suggestion _without_ the question.')
|
||||||
.setFooter(`${3 - fails} tries remaining!`);
|
.setFooter(`${3 - fails} tries remaining!`);
|
||||||
for (let i = 0; i < suggestions.length; i++) embed.addField(`❯ ${10000 - (i * 1000) || 500}`, display[i], true);
|
for (let i = 0; i < suggestions.length; i++) embed.addField(`❯ ${10000 - (i * 1000) || 500}`, display[i], true);
|
||||||
embed.addBlankField(true);
|
|
||||||
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(res => res.author.id === msg.author.id, {
|
||||||
max: 1,
|
max: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user