Closed DefaultO closed 10 months ago
hi im not a developer, just an user but just to mension "npm i" at the start of the readme.md is same as npm install
hi im not a developer, just an user but just to mension "npm i" at the start of the readme.md is same as npm install
I could swear it wasn't there the last time I checked the readme. But I must have overread it. I wouldn't have written it like that if I had caught it. Removed that point then.
Hello @CarsonBurke, nice to see you working on the Bot again. Is it intentional that the README is not noob friendly and misses out some extra steps that have to be taken to compile the bot successfully? If it is intentional, let me know, and get rid of the issue. Something I encountered while trying to get the new version working.
One example of missing steps:
class UserScriptExample
->class UserScript
global.userScript = new UserScriptExample()
->global.userScript = new UserScript()
One Outdated example: