Revert last commit

This commit is contained in:
runebaas 2020-10-09 17:25:53 +02:00
parent 28a5b9322e
commit fe51dfe540
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -58,8 +58,7 @@ namespace Geekbot.Bot.Handlers
_ => 0 // DM Channel
};
// temp hack, will fix later
if (IsIgnoredGuild(guildId, message.Author.Id) || messageParam.Author.Id == 93061333972455424) return Task.CompletedTask;
if (IsIgnoredGuild(guildId, message.Author.Id)) return Task.CompletedTask;
var lowCaseMsg = message.ToString().ToLower();
if (ShouldHui(lowCaseMsg, guildId))