diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/seasons/pride/pride_facts.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/seasons/pride/pride_facts.py b/bot/seasons/pride/pride_facts.py index d2ea0461..b705bfb4 100644 --- a/bot/seasons/pride/pride_facts.py +++ b/bot/seasons/pride/pride_facts.py @@ -90,7 +90,7 @@ class PrideFacts(commands.Cog):          else:              await self.send_select_fact(ctx, message_body) -    def make_embed(self, fact) -> discord.Embed: +    def make_embed(self, fact: str) -> discord.Embed:          """Makes a nice embed for the fact to be sent."""          return discord.Embed(              colour=Colours.pink, | 
