diff options
| author | 2018-12-05 00:50:33 +0100 | |
|---|---|---|
| committer | 2018-12-05 00:50:33 +0100 | |
| commit | cd62dea95ff927981e450a51d923ab3e7e642f88 (patch) | |
| tree | 05e2324fa8aa4a790260589bc8bf6e85b0c37fa3 | |
| parent | Fixed the !user command so users can still use it if they target themselves. ... (diff) | |
| parent | Add commas to server command (#209) (diff) | |
Merge branch 'master' into user_command_improvements
| -rw-r--r-- | bot/cogs/information.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/information.py b/bot/cogs/information.py index fa6f56b3e..c3040d8e2 100644 --- a/bot/cogs/information.py +++ b/bot/cogs/information.py @@ -105,7 +105,7 @@ class Information:                  Features: {features}                  **Counts** -                Members: {member_count} +                Members: {member_count:,}                  Roles: {roles}                  Text: {text_channels}                  Voice: {voice_channels}  |