This commit is contained in:
Dragon Fire
2021-01-21 16:54:17 -05:00
parent 6255915728
commit 20ab2c62b3
+1 -1
View File
@@ -68,7 +68,7 @@ module.exports = class SmogonCommand extends Command {
embed.addField(` ${games[game]}`, `[${data.smogonTiers[game].join('/')}](${data.smogonURL(game)})`, true);
}
if (fetchGames.length % 3 !== 0 && fetchGames.length > 3) {
for (let i = 0; i > 3 - (fetchGames.length % 3); i++) {
for (let i = 0; i < 3 - (fetchGames.length % 3); i++) {
embed.addField('\u200B', '\u200B', true);
}
}