To run this project, you will need to add the following environment variables to your .env file
TOKEN = Your discord bot token
PREFIX = Prefix that your bot will use to respond
MAIN_GUILD_ID = Server ID that slash commands will be added to
TOKEN=TOKEN_AQUI
PREFIX=!
MAIN_GUILD_ID=778802467604791337CMD:
npm i -g typescript && npm i -g ts-node && npm install
POWERSHELL:
npm i -g typescript ; npm i -g ts-node ; npm install