🏴This application has been built with Sapphire framework.
This application is a Discord bot that allows to do simple tasks like send messages or play minigames.
# with npm
npm install
# with yarn
yarn
# development
$ npm run start:dev
# using yarn
$ yarn start:dev
# unit tests
$ npm run test
# using yarn
yarn test