Browse Source
docs: minor fix to type of commands_group_abbrev
pull/141/head
Andrei
6 years ago
No known key found for this signature in database
GPG Key ID: 4D2A02C7D500E9D9
1 changed files with
1 additions and
1 deletions
-
disco/bot/bot.py
|
|
@ -53,7 +53,7 @@ class BotConfig(Config): |
|
|
|
commands_level_getter : function |
|
|
|
If set, a function which when given a GuildMember or User, returns the |
|
|
|
relevant :class:`disco.bot.commands.CommandLevels`. |
|
|
|
commands_group_abbrev : function |
|
|
|
commands_group_abbrev : bool |
|
|
|
If true, command groups may be abbreviated to the least common variation. |
|
|
|
E.g. the grouping 'test' may be abbreviated down to 't', unless 'tag' exists, |
|
|
|
in which case it may be abbreviated down to 'te'. |
|
|
|