mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix anagramica score
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = class HighScoresCommand extends Command {
|
||||
return msg.say(stripIndents`
|
||||
__**Single-Score Games:**__
|
||||
\`typing-race\`/\`typing-test\`: ${typingRace / 1000}s (Held by ${typingRaceUserDisplay})
|
||||
\`anagramica\`: ${anagrams} (Held by ${anagramsUserDisplay})
|
||||
\`anagramica\`: ${anagrams || 0} (Held by ${anagramsUserDisplay})
|
||||
\`gunfight\`/\`reaction-time\`: ${reactionTime / 1000}s (Held by ${reactionTimeUserDisplay})
|
||||
|
||||
__**Minesweeper:**__
|
||||
|
||||
Reference in New Issue
Block a user