migrate TODO notes to Github issues

This commit is contained in:
SowinskiBraeden committed 2024-04-05 12:03:39 -07:00
1 parent 55c8a9ee7f
commit 46356adcd9
6 files changed
+1 -6

No files matched your search

-1
View File
@@ -36,7 +36,6 @@ module.exports = {
des += `**- ${activePlayers[i].gamertag}**\n`;
}
// TODO: handle activePlayers.length being undefined
const activePlayersEmbed = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setTitle(`Online List - ${activePlayers.length} Player${(activePlayers.length>1||activePlayers.length==0)?'s':''} Online`)