emoteSave

Saves the specified emote to the specified level

Arguments:

NameDescriptionRequired
emoteStrThe string of the emote you wish to addYes
levelThe level on which to save the emote to.Yes
typeSpecifies the type of Emote to save.Yes

Example:

const bot = new Dlive(key);

bot.emoteSave(':emote/mine/dlive-29912156/35d03ecb3008f54_112112:', 'USER_LEVEL', 'EMOTE').then(console.log);
true