diff --git a/disco/bot/bot.py b/disco/bot/bot.py index 93962d1..df8b905 100644 --- a/disco/bot/bot.py +++ b/disco/bot/bot.py @@ -26,7 +26,7 @@ class BotConfig(Config): Attributes ---------- levels : dict(snowflake, str) - Mapping of user IDs/role IDs to :class:`disco.bot.commands.CommandLevesls` + Mapping of user IDs/role IDs to :class:`disco.bot.commands.CommandLevels` which is used for the default commands_level_getter. plugins : list[string] List of plugin modules to load.