checkBan

fun checkBan(meeterID: String): Ban?

Checks if the user is banned.

Return

The ban object if the user is banned, null otherwise.

Author

Yuri Brandi

Parameters

meeterID

The ID of the user to check.