me sick with the virus that causes me to decrement a random number from the codebase
This commit is contained in:
parent
3bc837efc8
commit
2689e06361
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export default class PingCommand extends Command {
|
||||||
let currentRow = new ActionRowBuilder<ButtonBuilder>();
|
let currentRow = new ActionRowBuilder<ButtonBuilder>();
|
||||||
|
|
||||||
for (const meowi of meow) {
|
for (const meowi of meow) {
|
||||||
if (currentRow.components.length >= 5) {
|
if (currentRow.components.length >= 4) {
|
||||||
nya.push(currentRow);
|
nya.push(currentRow);
|
||||||
currentRow = new ActionRowBuilder<ButtonBuilder>();
|
currentRow = new ActionRowBuilder<ButtonBuilder>();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue