From 86a27a92a8ccedf181ff9d60850e093a93308c8e Mon Sep 17 00:00:00 2001 From: Suhail6inkling <38522108+Suhail6inkling@users.noreply.github.com> Date: Wed, 5 Jun 2019 09:22:03 +0100 Subject: Change list character Co-Authored-By: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com> --- bot/seasons/pride/pride_avatar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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, -- cgit v1.2.3