-
Notifications
You must be signed in to change notification settings - Fork 12
SnipeBot Tutorial
Mark edited this page Apr 7, 2022
·
5 revisions

2. Go to Replit and create an account






npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH

8. After finishing the previous step go to package.json and add the following line under the "scripts":



10. Of course it's not done yet we need to host our bot in order to work 24/7, to host your bot go to Uptime Robot and create an account


12. Go back to Replit and copy your bot url

13. Back to Uptime Robot and fill in the requirements
