ban
Bans the specified user
Arguments:
Name | Description | Required |
---|---|---|
displayName | DLive username of the user you intend to ban | Yes |
linoUsername | LINO username of the streamer in which to ban the user | No, defaults to the user specified in the dlive class. |
Example:
const bot = new Dlive(key);
bot.ban('LostInTheWastes').then(console.log);
true
Updated over 5 years ago