Pipythonmc
Pipythonmc
> there hasn't been any need to keep deprecated event definitions prior to this PR I would have expected broken event references in current 0.10.12 saves to throw some kind...
I'm pretty sure the issue is that `client.run()` unconditionally calls `utils.setup_logging()` [here](https://github.com/Rapptz/discord.py/blob/9be91cb093402f54a44726c7dc4c04ff3b2c5a63/discord/client.py#L921). To fix your example code, you'd pass log_handler=None during the second .run() call to suppress setting up logs...
Is there an upstream docs page listing the criteria of whether a message is forwardable?
This feature has already been rejected by Danny. You can read the conversation in the discord.py server starting from [here](https://discord.com/channels/336642139381301249/1345167602304946206/1423072435091144806). Quoting a few specific messages: > When I was testing...