mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-23 10:19:39 +00:00
Merge pull request #886 from 13xforever/vnext
Fix an embarrassing oversight
This commit is contained in:
commit
f1eda478db
@ -126,7 +126,7 @@ internal static class ContentFilter
|
||||
if (message.Author.IsWhitelisted(client, message.Channel.Guild))
|
||||
{
|
||||
if (message.Content.StartsWith('>'))
|
||||
suppressActions = FilterAction.IssueWarning | FilterAction.RemoveContent;
|
||||
suppressActions = FilterAction.IssueWarning | FilterAction.RemoveContent | FilterAction.Kick;
|
||||
else
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user