Bans

Advanced and powerful global ban list API

Check if an user is banned

await ksoft.bans.check(user_id)

Parameter

Type

user_id

int

Get information about a ban

await ksoft.bans.info(user_id)

Parameter

Type

user_id

int

Report a user

await ksoft.bans.add(user_id, reason, proof, mod, user_name, user_discriminator, appeal_possible)

Parameter

Type

user_id

int

reason

str

proof

str

mod

int

user_name

str

user_discriminator

str

appeal_possible

bool

Last updated

Was this helpful?