mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 06:44:51 +00:00
Add plugins_dir docstrings in Client class definition
This commit is contained in:
parent
96b39970d6
commit
8e238ccc9a
1 changed files with 5 additions and 0 deletions
|
|
@ -142,6 +142,11 @@ class Client(Methods, BaseClient):
|
|||
|
||||
config_file (``str``, *optional*):
|
||||
Path of the configuration file. Defaults to ./config.ini
|
||||
|
||||
plugins_dir (``str``, *optional*):
|
||||
Define a custom directory for your plugins. The plugins directory is the location in your
|
||||
filesystem where Pyrogram will automatically load your update handlers.
|
||||
Defaults to "./plugins". Set to None to completely disable plugins.
|
||||
"""
|
||||
|
||||
def __init__(self,
|
||||
|
|
|
|||
Loading…
Reference in a new issue