From f6f5b965638f09c0ce013996b63254fac3abd1d3 Mon Sep 17 00:00:00 2001 From: deadzilla Date: Tue, 7 Jul 2026 23:33:51 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=83=D1=81=D1=82=D0=BE=D0=B9=20=5F=5Finit=5F=5F=20?= =?UTF-8?q?=D0=B8=D0=B7=20Morning=20cog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/morning.py | 3 --- 1 file changed, 3 deletions(-) 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: """Погода, лучшие статьи за сутки и котик"""