From 9c393c595c71f8875df5f60cca8e5c978c8a7a30 Mon Sep 17 00:00:00 2001 From: Mattia Date: Fri, 3 Jul 2020 18:40:44 +0200 Subject: [PATCH] Update METHODS.md --- METHODS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/METHODS.md b/METHODS.md index 5a748e8..2c40950 100644 --- a/METHODS.md +++ b/METHODS.md @@ -1,6 +1,6 @@ # BotBase - Methods overview -BotBase has a builtin wrapper around Pyrogram methods objects that make +BotBase has a builtin wrapper around Pyrogram objects that make it even easier to use them properly. **DISCLAIMER**: The ``MethodWrapper`` class is just a wrapper around Pyrogram.