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