Erisa/Cliptok

Bug: Running auto-warn filters on AutoMod-blocked messages will fail if AutoMod stops a forum channel post from being created

Closed this issue · 1 comments

An AutoMod block like this:
image
...will lead to a failure to warn with exception System.ArgumentException: GuildForum channels do not support sending text messages.

Same as #223, we shouldn't skip sending public messages because they are the fallback mechanism for notifying users of their warning if they have DMs disabled.

For this one, the two choices are

  • Don't run filters on automod flags that are new thread creations.
  • Or, put the warning messages in #tech-support.

If the latter, we also need to think about #feedback-hub-forum