Brozy123 commited on
Commit
57163e2
·
verified ·
1 Parent(s): ea0cad5

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -2
index.js CHANGED
@@ -2697,9 +2697,9 @@ function createScrimLineupView(guildId) {
2697
  if (subs.length > 0) {
2698
  line += ` (Sub: ` + subs.map(p => `<@${p}>`).join(', ') + `)`;
2699
  }
2700
- text += line + "\n";
2701
  } else {
2702
- text += `⬛ **${resolvedLabel}** ➔ *Open*\n`;
2703
  }
2704
  }
2705
 
 
2697
  if (subs.length > 0) {
2698
  line += ` (Sub: ` + subs.map(p => `<@${p}>`).join(', ') + `)`;
2699
  }
2700
+ text += line + "\n\n";
2701
  } else {
2702
+ text += `⬛ **${resolvedLabel}** ➔ *Open*\n\n`;
2703
  }
2704
  }
2705