public async Task AddBanAsync(IDiscordGuildUser user, int pruneDays = 7, string reason = null) { await _client.AddBanAsync(Id, user.Id); }