Exemplo n.º 1
0
 /// <inheritdoc />
 public Task RemoveRolesAsync(IEnumerable <IRole> roles, RequestOptions options = null)
 => UserHelper.RemoveRolesAsync(this, Discord, roles, options);
Exemplo n.º 2
0
 public Task KickAsync(RequestOptions options = null)
 => UserHelper.KickAsync(this, Discord, options);
Exemplo n.º 3
0
 /// <inheritdoc />
 public Task AddRolesAsync(IEnumerable <ulong> roleIds, RequestOptions options = null)
 => UserHelper.AddRolesAsync(this, Discord, roleIds, options);
Exemplo n.º 4
0
 public Task <RestDMChannel> GetOrCreateDMChannelAsync(RequestOptions options = null)
 => UserHelper.CreateDMChannelAsync(this, Discord, options);
Exemplo n.º 5
0
 /// <inheritdoc />
 public Task KickAsync(string reason = null, RequestOptions options = null)
 => UserHelper.KickAsync(this, Discord, reason, options);