Consistent use of __all__ to prevent merge conflicts.
This commit is contained in:
@ -33,12 +33,12 @@ import discord.utils
|
||||
from .core import Group, Command
|
||||
from .errors import CommandError
|
||||
|
||||
__all__ = [
|
||||
__all__ = (
|
||||
'Paginator',
|
||||
'HelpCommand',
|
||||
'DefaultHelpCommand',
|
||||
'MinimalHelpCommand',
|
||||
]
|
||||
)
|
||||
|
||||
# help -> shows info of bot on top/bottom and lists subcommands
|
||||
# help command -> shows detailed info of command
|
||||
|
Reference in New Issue
Block a user