We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baa5371 + a7c0ca7 commit ef3d1cfCopy full SHA for ef3d1cf
1 file changed
tts/client.js
@@ -3,7 +3,7 @@ import {Twitch} from './twitch'
3
export const client = new Twitch({
4
client_id: 'zqkahqvy718q2gg8gmq2853umi0snj',
5
token: localStorage.getItem('tts_twitch_token'),
6
- scopes: ['user:read:chat', 'chat:edit']
+ scopes: ['user:read:chat', 'user:write:chat', 'chat:edit']
7
})
8
9
client.addEventListener('session_welcome', function({data}) {
@@ -21,3 +21,4 @@ client.addEventListener('session_welcome', function({data}) {
21
22
23
24
+
0 commit comments