/// <inheritdoc /> public Task RemoveRoleAsync(IRole role, RequestOptions options = null) => RestGuildUser.RemoveRoleAsync(role, options);
/// <inheritdoc /> public Task RemoveRoleAsync(ulong roleId, RequestOptions options = null) => RestGuildUser.RemoveRoleAsync(roleId, options);