diff --git a/src/commands/nowplaying.ts b/src/commands/nowplaying.ts index d468498..87c7bac 100644 --- a/src/commands/nowplaying.ts +++ b/src/commands/nowplaying.ts @@ -73,7 +73,7 @@ export default class PingCommand extends Command { let currentRow = new ActionRowBuilder(); for (const meowi of meow) { - if (currentRow.components.length >= 5) { + if (currentRow.components.length >= 4) { nya.push(currentRow); currentRow = new ActionRowBuilder(); }