Ejemplo n.º 1
0
 public async Task annivasync(string str)
 {
     await ReplyAsync(Vrac.anniv(str), true);
 }
Ejemplo n.º 2
0
 public async Task Sleepsaync(int x)
 {
     new Thread(() => Vrac.Sleep(x, this)).Start();
 }