This repository has been archived on 2024-10-18 . You can view files and clone it, but cannot push or open issues or pull requests.
71b8b5d9f9bf73c8bb69deb0de4cb1cd84af76a9
role-wizard-discord-bot
A Discord bot for role management.
Setup
- Duplicate the .env.template file and rename it to .env
- fill out the values inside the .env file
- run
npm i
- run
npm i dotenv
Start bot
- using slash commands?
npx ts-node src/register-commands.ts
- run
npm run start
Description
Languages
TypeScript
100%