diff --git a/commands/morning.py b/commands/morning.py index dcaa926..575eb72 100644 --- a/commands/morning.py +++ b/commands/morning.py @@ -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: """Погода, лучшие статьи за сутки и котик"""