I accidentally added two of the same emote to my list, one with a different name and I cannot remove one. Don't see the option anywhere for it. I am even just testing with random other emotes I have and just cannot for the life of me delete one. When I right click I only get option to open it, no option to delete. Also when going to the emote list theres no check box... Edit only gives option for how many emotes I can have, and delete says it is going to delete the entire list. Any ideas?
#Unable to remove duplicate emote
1 messages · Page 1 of 1 (latest)
If you really want to try and delete it, try using this code paste this into your browser console while on 7tv.app and replace XXXXXXXXXXXXXXXXXXXX with the emote id you wish to delete
fetch('https://7tv.io/v3/gql', { method: 'POST', headers: { 'authorization': `Bearer ${window.localStorage.getItem('7tv-auth-token')}`, 'content-type': 'application/json' }, body: JSON.stringify([ { operationName: "EditEmote", variables: { d: { deleted: true }, reason: "", id: "XXXXXXXXXXXXXXXXXXXX" }, query: `mutation EditEmote($id: ObjectID!, $d: EmoteUpdate!, $reason: String) { emote(id: $id) { id update(params: $d, reason: $reason) { id } } }` } ]) })
That didnt work for me, it prompted me to allow pasting, did it, and it gave me a message but did not delete even after refreshing.
I know I had to delete some in the past, was there a change that messed with editing?
It's to remove broken owned emotes, this won't help here 
You can assign default emote set on https://7tv.app/emotes in left bottom corner and then right click emotes to remove them from the set