You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If this is a `GuildForum` channel, delete the thread if it is empty (empty = 1 message left if `isAutoWarn`, otherwise 0); if not empty, just delete the infringing message.
414
+
// If this is a `GuildForum` channel, delete the thread if it is empty; if not empty, just delete the infringing message.
415
415
// Then, based on whether the thread was deleted, send the warning message into the thread or into the configured fallback channel.
416
+
// If this was an AutoMod block, don't delete anything.
Program.discord.Logger.LogWarning("A warning in forum channel {channelId} was attempted, but may fail due to the fallback channel not being set. Please set 'forumChannelAutoWarnFallbackChannel' in config.json to avoid this.",targetChannel.Id);
0 commit comments