10 Replies
I think the broadcaster makes
OverlayExpert
a mod, then I can use that account to delete the command, right @SkullGamingHQ?I think you would need a chatbot version of overlay expert, im not sure how extensions work. I have no idea if an extension can interact with chat
I don't need a bot, I can delete the message using the API https://dev.twitch.tv/docs/api/moderation/#deleting-chat-messages
Looks like as long as you have a user access token with
moderator:manage:chat_messages
scopes, it can be done
They don't need to make overlay expert a mod to delete messages as long as you have a user access token from them, being a mod just removes the restriction of 1 message per secondThe thing is, I don't want to request the
moderator:manage:chat_messages
(or channel:moderate
) scopes for each user
... but if the user makes OverlayExpert
a mod, then only my account needs that scope and it will be able to delete messagesYea you can't delete messages with the api without those scopes
Maybe
moderator:manage:chat_messages
isn't so badyea that scope only lets messages be deleted, theres nothing else that can be done with the scope
you can see a list of scopes here and what they all allow https://dev.twitch.tv/docs/authentication/scopes/
I think requesting
moderator:manage:chat_messages
might be less invasive than giving OverlayExpert
modprobably yea