Added a check to make sure the reply message is sent in an existing channel.
This commit is contained in:
parent
454ce2b6fb
commit
53d5827ed9
@ -196,13 +196,14 @@ class CustomChannels(commands.Cog):
|
|||||||
|
|
||||||
await holo_user_ctx.set("customchannel", None)
|
await holo_user_ctx.set("customchannel", None)
|
||||||
|
|
||||||
await ctx.respond(
|
if ctx.channel_id != custom_channel.id:
|
||||||
embed=Embed(
|
await ctx.respond(
|
||||||
title="Канал знищено",
|
embed=Embed(
|
||||||
description="Ви відмовились від каналу та видалили його.",
|
title="Канал знищено",
|
||||||
color=Color.default,
|
description="Ви відмовились від каналу та видалили його.",
|
||||||
|
color=Color.default,
|
||||||
|
)
|
||||||
)
|
)
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def setup(client: PycordBot):
|
def setup(client: PycordBot):
|
||||||
|
Loading…
Reference in New Issue
Block a user