A bot made for Vukky's Chat Place. Giving VukkyBot permissions is not needed, it will notify you if it needs permissions.
Submit feature requests or bug reports
Experimental feature. If you find a bug, please report it!
There are no plans to verify VukkyBot if it hits the server cap.
Your deployed VukkyBot will run 24/7. This will use up your free dyno hours before the end of the month. Link a credit card if you want to run your VukkyBot for the entire month.
If the above button doesn't work, try this link.
When your VukkyBot has been deployed, check its Resources tab.
Disable the web process and enable the service process to start up your VukkyBot.
This assumes you have:
- node.js (comes with npm)
- Git
To host a VukkyBot, you run the following command:
git clone https://github.com/Vukky123/VukkyBot.git
Don't close your window yet! In your new clone, you will need an .env file containing the following:
BOT_TOKEN=BOTTOKENHERE
PREFIX=BOTPREFIXHERE
Now, run the following commands:
cd VukkyBot
npm start
Your VukkyBot should now start.