From ca087ea8f62d1107e66f12e6d355941edd3d64b6 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 29 May 2019 13:21:01 -0700 Subject: [PATCH] docs: minor fix to type of commands_group_abbrev --- disco/bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/bot/bot.py b/disco/bot/bot.py index d82bc1d..22715be 100644 --- a/disco/bot/bot.py +++ b/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'.