diff options
| -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()              )          ] | 
