Exemplo n.º 1
0
 public async Task History(SocketCommandContext context, string[] _0, ServerConfig _1)
 {
     var history = statsService.GetHistory(context.Guild.Id);
     await context.Reply(string.Join("\n", history.Select(x => $"{x.Category.Name} {x.NamedAudio.AudioOwner.Name}")));
 }