From 4b31a29b492bec75171e33e57e7875d47bd465e7 Mon Sep 17 00:00:00 2001 From: EG Date: Wed, 1 Jul 2026 17:37:22 +0300 Subject: [PATCH] Add project docs --- README.md | 18 ++++++++++++++++++ {bot => tests}/test.py | 0 2 files changed, 18 insertions(+) create mode 100644 README.md rename {bot => tests}/test.py (100%) 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