mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
cd28c6d4db52edfb7ea23eeb38d0a1df49060490
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%