Исправление: убрал пустой __init__ из Morning cog

This commit is contained in:
deadzilla 2026-07-07 23:33:51 +05:00
parent 41102a9d3d
commit f6f5b96563

View File

@ -10,9 +10,6 @@ logger = logging.getLogger(__name__)
class Morning(commands.Cog):
"""Команда !morning — погода и новости утром"""
def __init__(self):
pass
@commands.command(name="morning")
async def morning(self, ctx: commands.Context) -> None:
"""Погода, лучшие статьи за сутки и котик"""