示例#1
0
 public Task DequeueAsync(int position)
 {
     _audioService.Dequeue(Context.Guild, position - 1);
     return(Task.CompletedTask);
 }