emoteDelete
Deletes the specified emoteStr from the given level
| Name | Description | Required |
|---|---|---|
| emoteStr | ID string of the emote you wish to delete | Yes |
| level | The level from which to remove the emote | Yes |
| type | The type of emote to delete | Yes |
const bot = new Dlive(key);
bot.emoteDelete('34aa1342c001190_300159', 'USER_LEVEL', 'EMOTE').then(console.log);
true
Updated over 6 years ago
