diff options
-rw-r--r-- | bot/seasons/pride/pride_avatar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/pride/pride_avatar.py b/bot/seasons/pride/pride_avatar.py index 9137db33..b7cd1331 100644 --- a/bot/seasons/pride/pride_avatar.py +++ b/bot/seasons/pride/pride_avatar.py @@ -129,7 +129,7 @@ class PrideAvatar(commands.Cog): async def flags(self, ctx): """This lists the flags that can be used with the prideavatar command.""" choices = sorted(set(OPTIONS.values())) - options = "- " + "\n- ".join(choices) + options = "• " + "\n• ".join(choices) embed = discord.Embed( title="I have the following flags:", description=options, |