1. Install node.js v16 or higher
2. Download this repo and unzip it | or git clone it
3. Fill in everything in settings/config.js
4. start the bot with node index.js
module.exports = {
TOKEN : process.env.TOKEN || "BOT_TOKEN",
PREFIX : process.env.PREFIX || "BOT_PREFIX"
}
If Any Bug Open Pull Request