1
0

initial commit moving from old repo

This commit is contained in:
2026-05-01 20:41:47 +02:00
parent 0998d52dfc
commit 65b67875e1
9 changed files with 523 additions and 1 deletions
+10 -1
View File
@@ -1,3 +1,12 @@
# role-wizard-discord-bot
A Discord bot for role management.
A discord bot to manage roles.
## Setup
1. Duplicate the .env.template file and rename it to .env
2. fill out the values inside the .env file
3. run `npm i`
4. run `npm i dotenv`
## Start bot
1. using slash commands? `npx ts-node src/register-commands.ts`
2. run `npm run start`