2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 18:37:26 +00:00

Add plugins_dir docstrings in Client class definition

This commit is contained in:
Dan 2018-10-13 11:14:26 +02:00
parent 96b39970d6
commit 8e238ccc9a

View File

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