diff --git a/README.md b/README.md new file mode 100644 index 0000000..98ac66b --- /dev/null +++ b/README.md @@ -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 +``` + diff --git a/bot/test.py b/tests/test.py similarity index 100% rename from bot/test.py rename to tests/test.py