unban abstract method

Future<void> unban(
  1. Snowflake userId
)

Unbans a user by ID.

Implementation

Future<void> unban(Snowflake userId);