예제 #1
0
 /// <inheritdoc />
 public Task RemoveRoleAsync(IRole role, RequestOptions options = null)
 => RestGuildUser.RemoveRoleAsync(role, options);
예제 #2
0
 /// <inheritdoc />
 public Task RemoveRoleAsync(ulong roleId, RequestOptions options = null)
 => RestGuildUser.RemoveRoleAsync(roleId, options);