Bans

Advanced and powerful global ban list API

Check if a user is banned

ksoft.bans.check(user);
ksoft.bans.check(users); // Array<user>

Parameter

Type

user

String (Snowflake) or Array<Snowflake>

circle-check
circle-check

Get information about a ban

ksoft.bans.info(user);
ksoft.bans.info(users); // Array<user>

Parameter

Type

user

String (Snowflake) or Array<Snowflake>

circle-check
circle-check
triangle-exclamation

Report a user

Parameter

Type

ban

Ban

circle-check

Last updated