From d82543f124b577a606b2a5fb03f23ce4df9e2610 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Wed, 17 May 2023 02:01:01 +0000 Subject: [PATCH] tes new readme --- README.md | 23 +++++++++++++++++++---- misskaty/__init__.py | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec8bc3d3..9230df4b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![MIT License][license-shield] ![Repository Size][repository-size-shield] ![Issue Closed][issue-closed-shield] +

@@ -18,12 +20,22 @@   

-## FRAMEWORK & TOOLS THAT USED IN THIS CODE +## FRAMEWORK, TOOLS AND SERVER THAT USED TO BUILD THIS BOT 🌱 PyroFork v2.x.x (Fork of Pyrogram with Topics Support and Some Patch)
- 🌱 Python 3.11
+ 🌱 Python 3.11 Support
🌱 MongoDB as Database
🌱 PyKeyboard for Building Pagination
🌱 VS Code
+ 🌱 VPS/Server With Docker Support (Recommended)
+ +## DONATION +For Indonesian Only: + + +For International Payment: + + +You can also give donation via Github Sponsor. ## NOTES If you want help me fixing some error in my bot, you can make pull request to this repo. I'm very glad if you can help me. @@ -89,7 +101,7 @@ pip3 install -r requirements.txt ``` pip3 install -r requirements.txt --break-system-packages ``` -- Setting your config.env or via environment. Make sure you fill all required env. +- Setting your config.env or via environment. Dont forget fill all required value and need fill *FF_MPEG_NAME* and *VCSI_NAME* if you're deploying using this method. - Run Bot ``` bash start.sh @@ -154,4 +166,7 @@ sudo docker-compose stop [![GNU Affero General Public License 2.0](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0.en.html#header) Licensed under [GNU AGPL 2.0.](https://github.com/yasirarism/MissKatyPyro/blob/master/LICENSE) WARNING: Selling The Codes To Other People For Money Is *Strictly Prohibited*. God always sees you. -PERINGATAN: Dilarang memperjualbelikan script ini tanpa seijin pembuat script. + +[license-shield]: https://img.shields.io/github/license/yasirarism/MissKatyPyro?labelColor=D8D8D8&color=04B4AE +[repository-size-shield]: https://img.shields.io/github/repo-size/yasirarism/MissKatyPyro?labelColor=D8D8D8&color=BE81F7 +[issue-closed-shield]: https://img.shields.io/github/issues-closed/yasirarism/MissKatyPyro?labelColor=D8D8D8&color=FE9A2E \ No newline at end of file diff --git a/misskaty/__init__.py b/misskaty/__init__.py index 8cda1018..4d70d2a7 100644 --- a/misskaty/__init__.py +++ b/misskaty/__init__.py @@ -38,7 +38,7 @@ app = Client( api_id=API_ID, api_hash=API_HASH, bot_token=BOT_TOKEN, - mongodb=dict(uri=DATABASE_URI, db_name=DATABASE_NAME, remove_peers=False), + # mongodb=dict(uri=DATABASE_URI, db_name=DATABASE_NAME, remove_peers=False), ) # Pyrogram UserBot Client