mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add "No one killed anyone"
This commit is contained in:
@@ -86,7 +86,7 @@ module.exports = class HungerGamesCommand extends Command {
|
||||
And the winner is... **${remainingArr[0]}**!
|
||||
|
||||
__**Kills Leaderboard:**__
|
||||
${this.makeLeaderboard(tributes, kills).join('\n')}
|
||||
${this.makeLeaderboard(tributes, kills).join('\n') || 'No one killed anyone...'}
|
||||
`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user