Files
2026-07-01 17:37:22 +03:00

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
```