Welcome to Disgrace Bot Solutions!!!
If you just clone this repository or a fork of it, you should run the following commands:
yarn
/npm i
- Create a file named config.json under
apps/disgrace-bot/src/assets/json/
. - Copy to the config.json file a json with the form
{
"token": "YOUR_DISCORD_BOT_TOKEN"
}
This file will be ignore since the token of your bot can be used for disgrace purposes
yarn build disgrace-bot
/yarn start disgrace-bot
depending if you want to build a production ready bot or run a development local server
disgrace-management
is a React app that is being built with the goal of manage everything related to the disgrace-bot
bot family.