From 1183e9a719cb04ecd5a2e153ee734771a79731b3 Mon Sep 17 00:00:00 2001 From: Tina Date: Thu, 21 Feb 2019 03:44:41 +0100 Subject: [PATCH] fix typo: CommandLevesls -> CommandLevels --- 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 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.