aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2018-11-29 19:37:29 +0000
committerGravatar Johannes Christ <[email protected]>2018-11-29 20:37:29 +0100
commitaa5c64d79c489188cb05b6c805fdc489dedaef44 (patch)
tree6d9632b807511bf4d69d503bd4c63f0b2228dc03
parentRefactored - codeblocks now make use of the bot.utils.messages util. (#202) (diff)
Add commas to server command (#209)
-rw-r--r--bot/cogs/information.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/information.py b/bot/cogs/information.py
index 0f1aa75c5..7a244cdbe 100644
--- a/bot/cogs/information.py
+++ b/bot/cogs/information.py
@@ -103,7 +103,7 @@ class Information:
Features: {features}
**Counts**
- Members: {member_count}
+ Members: {member_count:,}
Roles: {roles}
Text: {text_channels}
Voice: {voice_channels}