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