Discord bot for the official ZTL Discord. Based on the VATUSA bot.
How to run:
- Create a .env file in the root directory with the contents found in .env.example
- Install dependencies with
npm install
- Register commands with
npm run register
(Only needs to be done once) - Run
npm start
Serverside endpoint: /assignRoles?user=userId
where userId is the Discord ID of the user to assign roles to.