v0.1.0-rc.3 #15

Merged
profitroll merged 23 commits from dev into main 2024-12-16 22:08:23 +02:00
Showing only changes of commit 53d5827ed9 - Show all commits

View File

@ -196,13 +196,14 @@ class CustomChannels(commands.Cog):
await holo_user_ctx.set("customchannel", None)
await ctx.respond(
embed=Embed(
title="Канал знищено",
description="Ви відмовились від каналу та видалили його.",
color=Color.default,
if ctx.channel_id != custom_channel.id:
await ctx.respond(
embed=Embed(
title="Канал знищено",
description="Ви відмовились від каналу та видалили його.",
color=Color.default,
)
)
)
def setup(client: PycordBot):