diff options
Diffstat (limited to '')
| -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 807c2264d..7921a4932 100644 --- a/bot/cogs/information.py +++ b/bot/cogs/information.py @@ -40,7 +40,7 @@ class Information(Cog):          # Build an embed          embed = Embed( -            title=f"Role information (Total {len(roles)} roles)", +            title=f"Role information (Total {len(roles)} role{'s' * (len(role_list) > 1)})",              colour=Colour.blurple()          ) | 
