Captain Ezio commited on
Commit
25408d8
·
1 Parent(s): a06c0e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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>] # This command can be used by normal users as well as admins
171
- __alt_name__ = [<command>] # This command can only be used by admins
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