diff --git a/requirements/pyrogram.txt b/requirements/pyrogram.txt index a7d1e59..13119ee 100644 --- a/requirements/pyrogram.txt +++ b/requirements/pyrogram.txt @@ -1,2 +1,2 @@ apscheduler~=3.10.4 -pyrogram~=2.0.106 \ No newline at end of file +pyrofork~=2.3.16.post1 \ No newline at end of file diff --git a/src/libbot/__init__.py b/src/libbot/__init__.py index 4f9160f..3bd8739 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.1.0" +__version__ = "3.0.0" __license__ = "GPL3" __author__ = "Profitroll"