mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
adjust pill display in guild command
This commit is contained in:
parent
3f87af0428
commit
5a650bbb3c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module.exports = {
|
||||||
let pillDisplay = ""
|
let pillDisplay = ""
|
||||||
for (let i = 0; i < pills.length; i++) {
|
for (let i = 0; i < pills.length; i++) {
|
||||||
const element = pills[i];
|
const element = pills[i];
|
||||||
pillDisplay += element;
|
pillDisplay += element + " ";
|
||||||
if(!((i+1)%2)) pillDisplay += "\n"
|
if(!((i+1)%2)) pillDisplay += "\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue