diff options
| author | 2020-08-16 20:59:23 +0100 | |
|---|---|---|
| committer | 2020-08-16 20:59:23 +0100 | |
| commit | e8bd4f6d2316f351ad2c11b0b4db160939ab6ed5 (patch) | |
| tree | 1fabef7d97d3ec994037f1ecc0c4b6718d384524 | |
| parent | Add status information to user command (diff) | |
Re-align status icons
| -rw-r--r-- | bot/cogs/information.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/bot/cogs/information.py b/bot/cogs/information.py index 8c5806898..776a0d474 100644 --- a/bot/cogs/information.py +++ b/bot/cogs/information.py @@ -273,9 +273,9 @@ class Information(Cog):              (                  "Status",                  textwrap.dedent(f""" -                    Desktop: {desktop_status} -                    Web: {web_status} -                    Mobile: {mobile_status} +                    {desktop_status} Desktop +                    {web_status} Web +                    {mobile_status} Mobile                  """).strip()              )          ] | 
