Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiaBotEngine v1.0

The screen of the demo launch of the bot

Mia

Installing

  1. Copy this repository to yourself.
  2. Install the dependencies.
npm i
  1. Edit the config in data/config.json
"prefix": "Prefix for commands",
"token": "Your bot token"
  1. Launch the engine.
npm start

Directory architecture

  • data - config for bot
  • src - source code of bot

Associations with MessageContext (ctx)

  • Link to Mia
const mia = ctx.mia;
  • Link to dsLogic
const mia = ctx.ds;
  • Link to dbLogic
const mia = ctx.db;

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages