/Doremi-V2

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

mbpr

  • the mbpr (migan-bot-public-repositry) project.

Using

  • this project is use licence at MIT
  • You need node.js 16.6.0 or higher and yarn
  1. Clone the project.
  2. run this command
yarn install
  1. copy a .env the example.env
  2. insert Your Bot Token of TOKEN value
  3. run
# no build
yarn dev

# build then run
yarn build
yarn start