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/evergreen/latex.py | |
| parent | Apply suggested changes to hanukkah_embed.py (diff) | |
fix: Pass bot only when __init__ is defined
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/evergreen/latex.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/evergreen/latex.py b/bot/exts/evergreen/latex.py index 3a93907a..54d25267 100644 --- a/bot/exts/evergreen/latex.py +++ b/bot/exts/evergreen/latex.py @@ -93,4 +93,4 @@ class Latex(commands.Cog):  def setup(bot: Bot) -> None:      """Load the Latex Cog.""" -    bot.add_cog(Latex(bot)) +    bot.add_cog(Latex()) | 
