Exemplo n.º 1
0
 public async Task CallEventInfo()
 {
     if (IsEventActive())
     {
         await ReplyAsync("", embed : EmbedTool.EventInfoEmbed(GetActiveEvent()));
     }
 }