- Copy this repository to yourself.
- Install the dependencies.
npm i
- Edit the config in data/config.json
"prefix": "Prefix for commands",
"token": "Your bot token"
- Launch the engine.
npm start- data - config for bot
- src - source code of bot
- Link to Mia
const mia = ctx.mia;- Link to dsLogic
const mia = ctx.ds;- Link to dbLogic
const mia = ctx.db;