Esempio n. 1
0
 /// <inheritdoc/>
 public override async Task DeleteAsync(RequestOptions options = null)
 => await InteractionHelper.DeleteGlobalCommandAsync(Discord, this).ConfigureAwait(false);
Esempio n. 2
0
 public static Task DeleteGlobalCommandAsync(BaseDiscordClient client, IApplicationCommand command, RequestOptions options = null)
 {
     return(InteractionHelper.DeleteGlobalCommandAsync(client, command, options));
 }