Can modules be hotpatched?

Viewed 120

I want to be able to hotpatch modules while the program is running for a project I'm working on. I tried this, but it doesn't work:

qx[rm -r .precomp/*];
try require PSBot;
try PSBot.test;

Is it possible to do? If so, how can I do it?

1 Answers
Related