From 2689e0636152ac85cf89ac16b6e52e3cf701b735 Mon Sep 17 00:00:00 2001 From: amy Date: Wed, 9 Jul 2025 17:06:59 +0330 Subject: [PATCH] me sick with the virus that causes me to decrement a random number from the codebase --- src/commands/nowplaying.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }