This is pretty much just a simple welcome bot that my friend wanted for a project
- Clone this repository or download the code.
- Install yarn with the command
npm i -g yarn - Run
yarnto install the dependencies. - Rename
.env.exampleto.env. - Modify the configuration options inside of
.env. - Run the bot with
yarn start.