diff options
| author | 2021-05-04 15:44:31 -0400 | |
|---|---|---|
| committer | 2021-05-04 15:44:31 -0400 | |
| commit | 6d31315fa72ca9e6ccd7553e78548fed6e5e4829 (patch) | |
| tree | 59632d71bab9bfcb5387743ab8d263d394f13943 /bot/exts/valentines/savethedate.py | |
| parent | Apply suggested changes to hanukkah_embed.py (diff) | |
fix: Pass bot only when __init__ is defined
Diffstat (limited to 'bot/exts/valentines/savethedate.py')
| -rw-r--r-- | bot/exts/valentines/savethedate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/valentines/savethedate.py b/bot/exts/valentines/savethedate.py index ed2d2c5f..cc16f5c9 100644 --- a/bot/exts/valentines/savethedate.py +++ b/bot/exts/valentines/savethedate.py @@ -35,5 +35,5 @@ class SaveTheDate(commands.Cog): def setup(bot: Bot) -> None: - """Save the date Cog Load.""" + """Load the Save the date Cog.""" bot.add_cog(SaveTheDate()) |