How to setup:
- Firstly, create a discord bot at https://discord.com/developers/applications
- open 'example.env' and fill the information
- rename example.env to .env
- make sure NodeJS is installed
- run 'npm install'
- run 'npm install nodemon'
- go inside the 'source' directory and run 'node register.js'
- finally oustide of the 'source' directory run 'npm start'