Discord Custom Bot built with discord.js & uses Command Handler from discordjs.guide
1. How to obtain a Discord Bot Token Guide
2. Node.js v12.0.0 or newer
I will prefer to run it on repl.it as it gives more convinience than glitch website.. Go to repl.it here.To gain free hacker plan, go to here and paste this code there
Code - Jarvis
After Completing all the required installments and the changes head over to Uptime Robot here and login there..Choose the monitor as https
.Then you would need a link..You could get the link in the web section of you project..First time if you dont run the project you could not see that section.Run the project and you could see it.Then paste the link in uptime robot and take any name and click monitor..And your project will be online 24/7..
We Are Also Gonna Add Some More New Amazing & Existing Features... 🚀 Please follow on GitHub to stay tuned with us for more Exciting future Updates like this.
For PC users using VS Code -
git clone https://github.com/Yours-Jarvis/Discord-Custom-Bot
npm install
After installation finishes you can use node index.js
to start the bot.
Type (npm i) in console
For repl.it users -
Tap on this --
Copy or Rename config.json.example
to config.json
and fill out the values:
🚨🚨 Commiting your token to be accessed by others or making it public is strictly prohibited.So, dont share your token in any cost or use .gitignore to hide secrets 🚨🚨
{
"token": "", //Your-Discord-Token//
"prefix": "GR!",
"mongoPath": "mongo path here",
"redisPath": "redis path here"
}