mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
this is literally opposite of what it should be
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user