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 install
Then, setup project aliases by running
npm run preinstall && npm run postinstall
Once 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 prod
You can also run it in development mode by typing
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.