allow users to set command-method for PMs with them
This commit is contained in:
parent
b4b998b7d4
commit
6f8338b7b5
1 changed files with 2 additions and 1 deletions
|
@ -36,9 +36,10 @@ SETTING_COMMANDMETHOD = utils.OptionsSetting(COMMAND_METHODS, COMMAND_METHOD,
|
|||
"Set the command prefix used in this channel", example="!"))
|
||||
@utils.export("serverset", utils.Setting("command-prefix",
|
||||
"Set the command prefix used on this server", example="!"))
|
||||
@utils.export("botset", SETTING_COMMANDMETHOD)
|
||||
@utils.export("serverset", SETTING_COMMANDMETHOD)
|
||||
@utils.export("channelset", SETTING_COMMANDMETHOD)
|
||||
@utils.export("botset", SETTING_COMMANDMETHOD)
|
||||
@utils.export("set", SETTING_COMMANDMETHOD)
|
||||
@utils.export("channelset", utils.BoolSetting("hide-prefix",
|
||||
"Disable/enable hiding prefix in command reponses"))
|
||||
@utils.export("channelset", utils.BoolSetting("commands",
|
||||
|
|
Loading…
Reference in a new issue