mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-24 02:47:29 +00:00
Add plugins_dir docstrings in Client class definition
This commit is contained in:
parent
96b39970d6
commit
8e238ccc9a
@ -142,6 +142,11 @@ class Client(Methods, BaseClient):
|
|||||||
|
|
||||||
config_file (``str``, *optional*):
|
config_file (``str``, *optional*):
|
||||||
Path of the configuration file. Defaults to ./config.ini
|
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,
|
def __init__(self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user