ban

Bans the specified user

Arguments:

NameDescriptionRequired
displayNameDLive username of the user you intend to banYes
linoUsernameLINO username of the streamer in which to ban the userNo, defaults to the user specified in the dlive class.

Example:

const bot = new Dlive(key);

bot.ban('LostInTheWastes').then(console.log);
true