Browse Source

docs: minor fix to type of commands_group_abbrev

pull/141/head
Andrei 6 years ago
parent
commit
ca087ea8f6
No known key found for this signature in database GPG Key ID: 4D2A02C7D500E9D9
  1. 2
      disco/bot/bot.py

2
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'.

Loading…
Cancel
Save