]> git.localhorst.tv Git - alttp.git/blobdiff - app/TwitchBot/TwitchChatBot.php
more classifications
[alttp.git] / app / TwitchBot / TwitchChatBot.php
index 479a9ab5eef2ebd5e793c2421e5959e9f4f972bc..ebf2b94af14d2da6175f578a55f759c1cd9fd515 100644 (file)
@@ -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();
        }