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