chanbge to two pills per row

This commit is contained in:
derpystuff 2024-04-16 23:41:38 +02:00
parent 6456a68fbb
commit f6343191a6

View file

@ -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, {