Skip to content

Stable Release

Compare
Choose a tag to compare
@Taaku18 Taaku18 released this 15 Nov 02:24
· 1471 commits to master since this release

What's new?

Stricter fallback genesis embed search.

Changed

How modmail checks if a channel is a thread:

  1. The bot first checks if the channel topic is in the format User ID: xxxx, this means it is a thread.
  2. 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.