Exemplo n.º 1
0
 public async Task ClearQueue()
 {
     _songService.Clear();
     await ReplyAsync("Queue cleared");
 }