aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/holidays')
-rw-r--r--bot/exts/holidays/pride/pride_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/pride/pride_facts.py b/bot/exts/holidays/pride/pride_facts.py
index 5be1b085..7dca953b 100644
--- a/bot/exts/holidays/pride/pride_facts.py
+++ b/bot/exts/holidays/pride/pride_facts.py
@@ -56,7 +56,7 @@ class PrideFacts(commands.Cog):
await ctx.send(f"Could not parse option {option}")
@staticmethod
- def get_fact_embed(day_num: int | None=None) -> discord.Embed:
+ def get_fact_embed(day_num: int | None = None) -> discord.Embed:
"""
Makes a embed for the fact on the given day_num to be sent.