Closed synrg closed 4 years ago
A few other things to look into:
b7d364186d3831b5a747c081497960824008f1e7 solves half of this (single-threading user reactions & predicate prompts) but I don't think on_message_without_command
actually helps here, as it is already inside on_raw_message_add
or on_raw_message_remove
when the predicate is fired.
The recently added config.guild.bot_prefixes
plus the bot's own prefixes could be matched against the start of the response and then the response should be ignored if any match.
Fixed in 8df5ebe66b4cc9b8b6cd0fa3eba5527a86a71d0c