8000 Make the example clearer · pyrogram/plugins@a345bb5 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit a345bb5

Browse files
committed
Make the example clearer
1 parent fa54899 commit a345bb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- [Download](https://github.com/pyrogram/plugins/archive/master.zip) and copy the desired plugin(s) into your *plugins* folder.
1313
- Enable plugins in your Client by telling Pyrogram to search on your folder with `plugins_dir="plugins"`:
1414
```python
15+
from pyrogram import Client
16+
1517
app = Client("my_account", plugins_dir="plugins")
1618
```
1719
- Done! Run your client with `app.run()`, the plugins will be automatically loaded.

0 commit comments

Comments
 (0)
0