emoteSave
Saves the specified emote to the specified level
Arguments:
Name | Description | Required |
---|---|---|
emoteStr | The string of the emote you wish to add | Yes |
level | The level on which to save the emote to. | Yes |
type | Specifies 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
Updated over 5 years ago