Skip to content

Commit

Permalink
[Captcha] fix it later
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 25, 2023
1 parent 0008a2b commit 812a76d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions captcha/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ def __init__(self, bot: Red) -> None:

self.task: asyncio.Task = asyncio.create_task(self._initialize())

for k, v in {"captcha": lambda x: self, "captchaobj": captcha_object}.items():
with suppress(RuntimeError):
self.bot.add_dev_env_value(k, v)

def format_help_for_context(self, ctx: commands.Context) -> str:
pre_processed = super().format_help_for_context(ctx) or ""
n = "\n" if "\n\n" not in pre_processed else ""
Expand Down

0 comments on commit 812a76d

Please sign in to comment.