Swag-Bot
Swag-Bot copied to clipboard
Tiny Refactor
Note that you will now have to create a .env
file inside the src
directory. Inside the .env
file put the following contents TOKEN=YourBotTokenHere
.
Also added nodemon, basically it restarts the bot whenever you make and save a change to a code file. If you want to run the bot through nodemon, use node dev:server
.