Stable Release
What's new?
Stricter fallback genesis embed search.
Changed
How modmail checks if a channel is a thread:
- The bot first checks if the channel topic is in the format
User ID: xxxx
, this means it is a thread. - If a channel topic is not found, the bot searches through the message history of a channel to find the thread creation embed. This step should never yield a thread for a normal user, but in the case of another bot messing up the channel topic (happened to a user before) this extra step was added.