X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FTwitchBot%2FTwitchChatBot.php;fp=app%2FTwitchBot%2FTwitchChatBot.php;h=ebf2b94af14d2da6175f578a55f759c1cd9fd515;hb=a45390fd150b79014088b343591dc701dfe89c13;hp=479a9ab5eef2ebd5e793c2421e5959e9f4f972bc;hpb=ebc1e9c3b448b575b749d62a0f31f82879c47625;p=alttp.git diff --git a/app/TwitchBot/TwitchChatBot.php b/app/TwitchBot/TwitchChatBot.php index 479a9ab..ebf2b94 100644 --- a/app/TwitchBot/TwitchChatBot.php +++ b/app/TwitchBot/TwitchChatBot.php @@ -176,7 +176,7 @@ class TwitchChatBot extends TwitchBot { private function randomChat(Channel $channel) { return $channel->queryChatlog() - ->whereIn('classification', ['hi', 'hype', 'lol', 'pog', 'unclassified']) + ->whereNotIn('classification', ['gg', 'gl', 'o7']) ->first(); }