diff --git a/README.md b/README.md index ede776a..071f560 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,34 @@ -


+
+

TechSupport Bot for N9-GROUP

+



- - + +


-

TechSupport Bot for N9-GROUP

+> [!TIP] +> All data and links to user attachments are stored in a sqlite database + +### Installing + +``` +git clone https://github.com/Nighty3098/TechSupportBot +cd TechSupportBot +python3 -m venv SupportBot +source SupportBot/bin/activate +pip3 install -r requirements.txt +cd src +SUPPORT_TOKEN="BOT TOKEN" python3 main.py +``` + +> [!IMPORTANT] +> In the config.py file, set the developer id and chat id. Add a bot to the chat and make it an admin

@@ -59,24 +77,6 @@

-> [!TIP] -> All data and links to user attachments are stored in a sqlite database - -### Installing - -``` -git clone https://github.com/Nighty3098/TechSupportBot -cd TechSupportBot -python3 -m venv SupportBot -source SupportBot/bin/activate -pip3 install -r requirements.txt -cd src -SUPPORT_TOKEN="BOT TOKEN" python3 main.py -``` - -> [!IMPORTANT] -> In the config.py file, set the developer id and chat id. Add a bot to the chat and make it an admin -
Imgs
diff --git a/imgs/TechSupport.png b/imgs/TechSupport.png index 2645029..bb612d4 100644 Binary files a/imgs/TechSupport.png and b/imgs/TechSupport.png differ diff --git a/imgs/header.png b/imgs/header.png deleted file mode 100644 index 2645029..0000000 Binary files a/imgs/header.png and /dev/null differ diff --git a/src/resources/header.png b/src/resources/header.png index 2645029..f858833 100644 Binary files a/src/resources/header.png and b/src/resources/header.png differ