Add project docs

This commit is contained in:
EG
2026-07-01 17:37:22 +03:00
parent e821d29d9e
commit 4b31a29b49
2 changed files with 18 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 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
```
View File