From 3e515a8f02e29bf78dfa34c307aa27d273d94cf9 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Fri, 1 Aug 2025 12:08:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=84=D0=BE=D1=80=D0=BC=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=D0=B0=20?= =?UTF-8?q?=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=BA=20=D1=82=D1=83=D1=80=D0=BD=D0=B8=D1=80=D1=83=20RuinShip?= =?UTF-8?q?=20|=20version:=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreSub.py | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CoreSub.py b/CoreSub.py index ac49951..ab3319c 100644 --- a/CoreSub.py +++ b/CoreSub.py @@ -88,6 +88,14 @@ class Bot(commands.Bot): ), ] + test_channel = await self.krekchat.fetch_channel(1382446742087270562) + for embed in embeds: + if isinstance(embed, list): + await test_channel.send("", embeds=embed) + else: + await test_channel.send("", embed=embed) + return + await navigation_channel.purge(limit=len(embeds)+1) #await navigation_channel.send("", embeds=embeds) diff --git a/version.txt b/version.txt index 91dbbed..eec6506 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ Оформление канала информации к турниру RuinShip -5 +6