- Press
Codeand then pressDownload ZIP - Extract it where ever you like
- Open it and run
npm installornpm i
- Create the bot app
- Convert it to a bot
- Enable both intents
- Come back to this repository
- Rename
example.envto.env - Go to
.envand replace the part where it saysimaginewith the bots token - Create
botconfig.jsonwith 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%