Some Images to preview the bot
Sure you can! You cannot remove credits if you want!
There should be a line in your video description
Credits to visa2code - https://youtube.com/@visa2code
His discord server - https://discord.gg/rainbow-studios-free-codes-869916537610448897
Any video not following this will be taken down!
- Step 1
Create a.env
file with this template
TOKEN=secret
Fore replit users
click here
- Step 2
Fill./botconfig/config.js
file with this template
module.exports = {
"token": process.env.TOKEN,
"dbType": "MONGO", //quick.db OR MONGO
"MONGOtype": "quickmongo", //quickmongo only
"MongoURL": "", //if dbType = MONGO, this is required else skip
"loadSlashsGlobal": true,
"dirSetup": [{
"Folder": "Info", "CmdName": "info",
"CmdDescription": "Grant specific Information about something!"
},
{
"Folder": "Setup", "CmdName": "Setup",
"CmdDescription": "Setup the welcome plugin in the server"
}]
}
Tip: How to get a mongodb URL?
-
Step 3 Now the final step. Run
npm install
and it will install all necessary packages. At last runnpm run start
ornode .
And your bot should be up and running!
For Emojis Click here
You can ask help in my support server by clicking here
Steps to contribute:
That's it Thanks for contributing!
For support join our discord support server.