/mbpr

Primary LanguageTypeScriptMIT LicenseMIT

mbpr

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

Using

  • this project is use licence at MIT
  • You need node.js 16.9.0 or higher and yarn
  • This is use by yarn berry.
  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