forked from cswimr/SeaCogs
fix(aurora): pylint fix
This commit is contained in:
parent
166f5bc1ea
commit
606cd76ec4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ from .utilities.logger import logger
|
|||
from .utilities.utils import convert_timedelta_to_str, check_moddable, check_permissions, fetch_channel_dict, fetch_user_dict, generate_dict, log, send_evidenceformat
|
||||
|
||||
|
||||
class Aurora(Configuration, commands.Cog, metaclass=CompositeMetaClass):
|
||||
class Aurora(Configuration, commands.Cog, metaclass=CompositeMetaClass): # pylint: disable=too-many-ancestors
|
||||
"""Aurora is a fully-featured moderation system.
|
||||
It is heavily inspired by GalacticBot, and is designed to be a more user-friendly alternative to Red's core Mod cogs.
|
||||
This cog stores all of its data in an SQLite database."""
|
||||
|
|
Loading…
Reference in a new issue