Delete layer commands

Automatically delete layer commands from chat.
10 Replies
Marc
MarcOP2y ago
I think the broadcaster makes OverlayExpert a mod, then I can use that account to delete the command, right @SkullGamingHQ?
SkullGamingHQ
SkullGamingHQ2y ago
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
Marc
MarcOP2y ago
I don't need a bot, I can delete the message using the API https://dev.twitch.tv/docs/api/moderation/#deleting-chat-messages
SkullGamingHQ
SkullGamingHQ2y ago
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 second
Marc
MarcOP2y ago
The 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 messages
SkullGamingHQ
SkullGamingHQ2y ago
Yea you can't delete messages with the api without those scopes
Marc
MarcOP2y ago
Maybe moderator:manage:chat_messages isn't so bad
SkullGamingHQ
SkullGamingHQ2y ago
yea 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/
Marc
MarcOP2y ago
I think requesting moderator:manage:chat_messages might be less invasive than giving OverlayExpert mod
SkullGamingHQ
SkullGamingHQ2y ago
probably yea

Did you find this page helpful?