me sick with the virus that causes me to decrement a random number from the codebase

This commit is contained in:
amy 2025-07-09 17:06:59 +03:30
parent 3bc837efc8
commit 2689e06361

View file

@ -73,7 +73,7 @@ export default class PingCommand extends Command {
let currentRow = new ActionRowBuilder<ButtonBuilder>();
for (const meowi of meow) {
if (currentRow.components.length >= 5) {
if (currentRow.components.length >= 4) {
nya.push(currentRow);
currentRow = new ActionRowBuilder<ButtonBuilder>();
}