Kick Ban User
Signature
public bool KickBanUser(string userName, string reason, bool bot = false)
Parameters
userName
string required
No description provided.
reason
string
No description provided.
bot
bool
Default:
False
No description provided.
Return Type
bool
Example
CPH.KickBanUser(userName);
CPH.KickBanUser(userName, reason, bot);