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