Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
9b2cf7c
1
Parent(s):
b022e84
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
----->
|
23 |
|
24 |
**A python and [pyrogram](https://github.com/iamgojoof6eyes/pyrogram) based group management bot for telegram.
|
25 |
-
If you like the bot make sure to give a ⭐ __star__ ⭐ to this respository and feel free to
|
26 |
|
27 |
---------
|
28 |
|
@@ -160,7 +160,7 @@ To add your very own plugin just use the format given below and go through the [
|
|
160 |
# Import more funcs and module as per your need
|
161 |
|
162 |
@Gojo.on_message(command("<your command>")) # Pass additional filters if you need
|
163 |
-
async def <
|
164 |
<your code>
|
165 |
|
166 |
'''use logger to add log info using LOGGER.info(<string>) in the platfrom on which bot is running
|
|
|
22 |
----->
|
23 |
|
24 |
**A python and [pyrogram](https://github.com/iamgojoof6eyes/pyrogram) based group management bot for telegram.
|
25 |
+
If you like the bot make sure to give a ⭐ __star__ ⭐ to this respository and feel free to updating and sending pull requests**
|
26 |
|
27 |
---------
|
28 |
|
|
|
160 |
# Import more funcs and module as per your need
|
161 |
|
162 |
@Gojo.on_message(command("<your command>")) # Pass additional filters if you need
|
163 |
+
async def <function name>(<arguments to take>):
|
164 |
<your code>
|
165 |
|
166 |
'''use logger to add log info using LOGGER.info(<string>) in the platfrom on which bot is running
|