Exemplo n.º 1
0
 public async Task EventUpdateAsync(ITextChannel channel, SocketReaction react, NixEvent nixEvent)
 {
     throw new NotImplementedException($"{nameof(EventUpdateAsync)} has not implemeted yet.");
 }
Exemplo n.º 2
0
 public async Task EventAsync(ITextChannel channel, NixEvent nixEvent)
 {
     throw new NotImplementedException($"{nameof(EventAsync)} has not implemented yet.");
 }