Browse Source
fix typo: CommandLevesls -> CommandLevels
pull/124/head
Tina
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
disco/bot/bot.py
|
@ -26,7 +26,7 @@ class BotConfig(Config): |
|
|
Attributes |
|
|
Attributes |
|
|
---------- |
|
|
---------- |
|
|
levels : dict(snowflake, str) |
|
|
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. |
|
|
which is used for the default commands_level_getter. |
|
|
plugins : list[string] |
|
|
plugins : list[string] |
|
|
List of plugin modules to load. |
|
|
List of plugin modules to load. |
|
|