mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -92,6 +92,11 @@ module.exports = class GoogleFeudCommand extends Command {
|
||||
const num = formatNumber(10000 - (i * 1000));
|
||||
embed.addField(`❯ ${num}`, display[i], true);
|
||||
}
|
||||
if (suggestions.length % 3 !== 0 && suggestions.length > 3) {
|
||||
for (let i = 0; i < 3 - (suggestions.length % 3); i++) {
|
||||
embed.addField('\u200B', '\u200B', true);
|
||||
}
|
||||
}
|
||||
return embed;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user