Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
4375782
1
Parent(s):
89cb988
Update README.md
Browse files
README.md
CHANGED
@@ -169,14 +169,18 @@ To add your very own plugin just use the format given below and go through the [
|
|
169 |
LOGGER.error(format_exc())'''
|
170 |
|
171 |
__PLUGIN__ = <name of plugin> # Pass the name of your plugin as string
|
172 |
-
_DISABLE_CMDS_ = [<command>] # Use this if you want that the command can't be used in supergroups
|
173 |
-
__alt_name__ = [<command>] # Use this for the command that can be used in groups as well as supergroup
|
174 |
|
175 |
__HELP__ = <string> # To tell about you plugin and commands you must use it
|
|
|
|
|
|
|
|
|
176 |
|
177 |
-
# See any plugin to get more information about how to make a plugin
|
178 |
```
|
179 |
# Add plugins in [plugin](https://github.com/iamgojoof6eyes/Gojo_Satarou/tree/master/Powers/plugins) section
|
|
|
180 |
|
181 |
--------
|
182 |
|
|
|
169 |
LOGGER.error(format_exc())'''
|
170 |
|
171 |
__PLUGIN__ = <name of plugin> # Pass the name of your plugin as string
|
172 |
+
_DISABLE_CMDS_ = [<command as string>] # Use this if you want that the command can't be used in supergroups
|
173 |
+
__alt_name__ = [<command as string>] # Use this for the command that can be used in groups as well as supergroup
|
174 |
|
175 |
__HELP__ = <string> # To tell about you plugin and commands you must use it
|
176 |
+
|
177 |
+
|
178 |
+
# See any plugin to get more information about how to make a plugin
|
179 |
+
|
180 |
|
|
|
181 |
```
|
182 |
# Add plugins in [plugin](https://github.com/iamgojoof6eyes/Gojo_Satarou/tree/master/Powers/plugins) section
|
183 |
+
## **Note** : Don't use <> this bracket while writing the code...
|
184 |
|
185 |
--------
|
186 |
|