add chat:edit permission

This commit is contained in:
josephsmendoza
2023-11-30 12:11:35 -08:00
parent 3dd7d7fedc
commit e2eafaf3f5
+1 -1
View File
@@ -98,7 +98,7 @@
<script>
window.onload=async function(){
const client_id='ib2n7v7mur7ab2mcxv7rjju2ctsyoi'
const scope='moderator:read:followers channel:read:subscriptions bits:read channel:read:charity chat:read'
const scope='moderator:read:followers channel:read:subscriptions bits:read channel:read:charity chat:read chat:edit'
const status_div=document.querySelector('div#status')
status_div.innerHTML='Logging in to twitch...'
const TBA=await import('https://tba.sugoidogo.com/tba.mjs')