1
0

move repo from github to gitea

This commit is contained in:
2024-03-14 22:17:39 +01:00
commit de71a376dc
9 changed files with 624 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# role-wizard-discord-bot
A Discord bot for role management.
## 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`