emoteBan
Bans the specified emote by emoteString
Name | Description | Required |
---|---|---|
emoteStr | String of the Emote you wish to ban | Yes |
Streamer | Streamer LINO username | No, Defaults to streamer declared in dlive class instance |
const bot = new Dlive(key);
bot.emoteBan(':emote/mine/dlive-29912156/35d03ecb3008f54_112111:').then(console.log);
true
Updated over 5 years ago