Update METHODS.md

This commit is contained in:
Mattia 2020-07-03 18:40:44 +02:00 committed by GitHub
parent cd91dfbf6e
commit 9c393c595c
1 changed files with 1 additions and 1 deletions

View File

@ -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.