]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Commands/TwitchAuth.php
add known bot
[alttp.git] / app / Console / Commands / TwitchAuth.php
index e46c11871bf9738c4c36ee97c401bc3d7102e518..94d8adaa71628c28cc304a28011c292b8675dbed 100644 (file)
@@ -33,7 +33,7 @@ class TwitchAuth extends Command {
                if (!$token) {
                        $token = new TwitchToken();
                        $token->nick = $this->argument('nick');
-                       $token->scope = ['chat:read', 'chat:edit'];
+                       $token->scope = ['chat:read', 'chat:edit', 'whispers:read', 'user:manage:whispers'];
                }
                $url = $token->getAuthUrl();
                $this->line('Please visit '.$url);