diff options
author | 2021-03-03 07:43:41 -0600 | |
---|---|---|
committer | 2021-03-03 07:43:41 -0600 | |
commit | 883405e6f419ebfe4799086bf4e7516fd1588c4d (patch) | |
tree | 472ffea74b949f9f7b4beb59bd407320a8ecf25b | |
parent | Update bot/exts/easter/earth_photos.py (diff) |
init to __init__
Co-authored-by: Shivansh-007 <[email protected]>
-rw-r--r-- | bot/exts/easter/earth_photos.py | 2 |
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 |