Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
25408d8
1
Parent(s):
a06c0e6
Update README.md
Browse files
README.md
CHANGED
@@ -167,8 +167,8 @@ To add your very own plugin just use the format given below and go through the [
|
|
167 |
LOGGER.error(format_exc())'''
|
168 |
|
169 |
__PLUGIN__ = <name of plugin> # Pass the name of your plugin as string
|
170 |
-
_DISABLE_CMDS_ = [<command>] #
|
171 |
-
__alt_name__ = [<command>] #
|
172 |
|
173 |
__HELP__ = <string> # To tell about you plugin and commands you must use it
|
174 |
|
|
|
167 |
LOGGER.error(format_exc())'''
|
168 |
|
169 |
__PLUGIN__ = <name of plugin> # Pass the name of your plugin as string
|
170 |
+
_DISABLE_CMDS_ = [<command>] # Use this if you want that the command can't be used in supergroups
|
171 |
+
__alt_name__ = [<command>] # Use this for the command that can be used in groups as well as supergroup
|
172 |
|
173 |
__HELP__ = <string> # To tell about you plugin and commands you must use it
|
174 |
|