aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/easter/earth_photos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py
index b41b277c..db295285 100644
--- a/bot/exts/easter/earth_photos.py
+++ b/bot/exts/easter/earth_photos.py
@@ -14,7 +14,7 @@ UnClient_id = Tokens.unsplash_key
class EarthPhotos(commands.Cog):
"""This cog contains the command for earth photos."""
- def init(self, bot: commands.Bot) -> None:
+ def __init__(self, bot: commands.Bot) -> None:
self.bot = bot
self.current_channel = None