Пример #1
0
 public async Task Resolve(string A, string B)
 {
     if (Context.User.Id == DiscordConstants.ID_OWNER)
     {
         Match       match = new Match("id", "tournament", "Acoach", A, "Arace", "Atv", "Bcoach", B, "Brace", "Btv", "spectatorlink", "group");
         BetResolver br    = new BetResolver();
         br.ResolveMatch(match);
         await ReplyAsync("resolving mtach");
     }
 }