Оформление канала информации к турниру RuinShip | version: 6

This commit is contained in:
2025-08-01 12:08:06 +03:00
parent 911d83be48
commit 3e515a8f02
2 changed files with 9 additions and 1 deletions

View File

@@ -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)

View File

@@ -1,2 +1,2 @@
Оформление канала информации к турниру RuinShip
5
6