public async Task ClearQueue()
 {
     _songService.Clear();
     await ReplyAsync("Queue cleared");
 }