Исправление: убрал пустой __init__ из Morning cog
This commit is contained in:
parent
41102a9d3d
commit
f6f5b96563
@ -10,9 +10,6 @@ logger = logging.getLogger(__name__)
|
|||||||
class Morning(commands.Cog):
|
class Morning(commands.Cog):
|
||||||
"""Команда !morning — погода и новости утром"""
|
"""Команда !morning — погода и новости утром"""
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
@commands.command(name="morning")
|
@commands.command(name="morning")
|
||||||
async def morning(self, ctx: commands.Context) -> None:
|
async def morning(self, ctx: commands.Context) -> None:
|
||||||
"""Погода, лучшие статьи за сутки и котик"""
|
"""Погода, лучшие статьи за сутки и котик"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user