/// <inheritdoc /> public async Task <IBan> GetBanAsync(IUser user, RequestOptions options = null) => await RestGuild.GetBanAsync(user, options);
/// <inheritdoc /> public async Task <IBan> GetBanAsync(ulong userId, RequestOptions options = null) => await RestGuild.GetBanAsync(userId, options);