- Press
Code
and then pressDownload ZIP
- Extract it where ever you like
- Open it and run
npm install
ornpm i
- Create the bot app
- Convert it to a bot
- Enable both intents
- Come back to this repository
- Rename
example.env
to.env
- Go to
.env
and replace the part where it saysimagine
with the bots token - Create
botconfig.json
with this inside:
{
"defaultPrefix": "", // Default bot prefix
"mongoURI": "", // Mongoose Database (MongoDB/MongoURI) connection string
"googleKeys": [ // Required for some commands
"", // Google command api key
"" // YouTube stats command api key
],
"color": "", // Embed color
"owners": ["", ""], // Make sure to add your own id to this (You can choose to add another user you trust, for example, a friend's discord id. (If you don't want additional owners, then remove the `, ""` ))
"apiTokens": { // Don't include these if your bot isn't going to be in any bot lists
"ibl": "", // Infinity Bot List
"dbots": "", // Dbots.co
"vultrex": "", // Vultrex Bot List (Deleted)
"topgg": "", // Top.gg
"fates": "", // Fates list
"cyclone": "", // Cyclone Bot List
"matrix": "" // Matrix Bots
}
}
- Fill in the variables
- Invite your bot to your server
- Open the command prompt
- CD into the bot's folder
- run
node .
- Now go to your server and run a command and it should work 100%