SansPriseDeBot is a Discord bot that helps newcomers on servers to select their roles by asking them questions.
You will need a package manager, like NPM or Yarn to install SansPriseDeBot.
For following commands, you can replace npm with yarn depending your preferences
First, install dependencies by running
npm installThen, setup project aliases by running
npm run preinstall && npm run postinstallOnce project is initialized, you may rename .env.example file to .env, and set your settings.
If you want to run it, lauch SansPriseDeBot by running
npm run prodYou can also run it in development mode by typing
npm run devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.