mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
chanbge to two pills per row
This commit is contained in:
parent
6456a68fbb
commit
f6343191a6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module.exports = {
|
|||
for (let i = 0; i < pills.length; i++) {
|
||||
const element = pills[i];
|
||||
pillDisplay += element;
|
||||
if(!((i+1)%3)) pillDisplay += "\n"
|
||||
if(!((i+1)%2)) pillDisplay += "\n"
|
||||
}
|
||||
|
||||
let guildCard = createEmbed("default", context, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue