Browse Source

fix typo: CommandLevesls -> CommandLevels

pull/124/head
Tina 7 years ago
committed by GitHub
parent
commit
1183e9a719
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      disco/bot/bot.py

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

Loading…
Cancel
Save