Per-Channel Emotes Implemented.
This commit is contained in:
parent
163cecf9f0
commit
c3d016e1af
14 changed files with 483 additions and 20 deletions
|
|
@ -539,8 +539,6 @@ class adminEmoteList{
|
|||
//Strip name from element id
|
||||
const name = event.target.id.replace('emote-list-delete-','');
|
||||
|
||||
console.log(name);
|
||||
|
||||
//Delete emote and pull list
|
||||
const list = await adminUtil.deleteEmote(name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue