diff options
author | 2019-06-05 09:22:03 +0100 | |
---|---|---|
committer | 2019-06-05 09:22:03 +0100 | |
commit | 86a27a92a8ccedf181ff9d60850e093a93308c8e (patch) | |
tree | 60abc649558f7d68d7af64059839e087beb022cb /bot | |
parent | Turned pride avatar into an embed (diff) |
Change list character
Co-Authored-By: Sebastiaan Zeeff <[email protected]>
Diffstat (limited to 'bot')
-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, |