mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
b266db5bf3258e9b83693794231711150dade7d3
log_handler belongs to Client.run() (which configures logging and then calls start()); passing it to start() raised TypeError at launch. This was inherited from the never-run dockerised variant's thin_client.py. We configure our own handlers, so simply drop the kwarg. Also set logger.propagate=False: a dependency calls logging.basicConfig(), so every 'discord' record was printed twice (our format + root's). Verified with a strict-signature stub client (start(token, *, reconnect)). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
conjurer
Discord.py bot for fun, sex and BDSM
Languages
Python
99.7%
Shell
0.3%