aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/easter/egg_facts.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-03 13:36:26 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-03 13:36:26 -0400
commite9f33306b5344c5d7e0877b0bf63ff9c914e6f85 (patch)
tree3584c00627bbf498ab6673dfd9807ee219501dba /bot/exts/easter/egg_facts.py
parentchore: Clean Up the Valentines Season (diff)
Clean Up the Easter Season
- Keep Consistent setup docstrings - Type hint to bot.Bot instead of commands.Bot - Don't set Cog.bot if it isn't used
Diffstat (limited to 'bot/exts/easter/egg_facts.py')
-rw-r--r--bot/exts/easter/egg_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/easter/egg_facts.py b/bot/exts/easter/egg_facts.py
index 761e9059..78a5e592 100644
--- a/bot/exts/easter/egg_facts.py
+++ b/bot/exts/easter/egg_facts.py
@@ -57,5 +57,5 @@ class EasterFacts(commands.Cog):
def setup(bot: Bot) -> None:
- """Easter Egg facts cog load."""
+ """Load the Easter Egg facts Cog."""
bot.add_cog(EasterFacts(bot))