A Discord bot created in Typescript using the SapphireJS framework.
Create a .env file in the root folder and fill it with this information:
DISCORD_AUTH_TOKEN=BOT_TOKEN_GOES_HERE
To setup a build version use:
tsc -b
To run the bot use:
npm run start