19 lines
286 B
Markdown
19 lines
286 B
Markdown
# Discord Profile Widget
|
|
|
|
This is a repo for local profile Widget based on Chloe Cinders tutorial
|
|
|
|
## Featuring
|
|
|
|
- Discord bot slash command interaction
|
|
- Per profile sync
|
|
- Attachment managment
|
|
- FastAPI backend
|
|
|
|
## Run
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
python bot/bot.py
|
|
```
|
|
|