public async Task AddRoleAsync(IDiscordRole role) => await _client.AddGuildMemberRoleAsync(GuildId, Id, role.Id);