this is literally opposite of what it should be

This commit is contained in:
13xforever
2020-03-10 02:34:30 +05:00
parent c323793d33
commit 983bf1c1f8

View File

@@ -28,7 +28,7 @@ namespace CompatBot.EventHandlers
if (message == null)
return;
if (Config.Moderation.Channels.Contains(evt.Channel.Id) || evt.Channel.Name.Contains("help"))
if (!(Config.Moderation.Channels.Contains(evt.Channel.Id) || evt.Channel.Name.Contains("help")))
return;
#if !DEBUG