Skip to content

DuckClient: allow send_typing to fail

John C. Allwein requested to merge workaround into master

Currently the send_typing method is disabled by discord which is causing all commands using it (pretty much the whole bot) to be inoperable.

This change, while a bit of a hack, will globally suppress send_typing "forbidden" failures and allow commands to go through.

Merge request reports