migrate TODO notes to Github issues
This commit is contained in:
6 files changed
+1
-6
No files matched your search
@@ -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`)
|
||||
|
||||
Reference in new issue
Block a user