have /topic respond then delete

This commit is contained in:
Luke Robles 2024-05-24 19:02:31 -07:00
parent a9793315d8
commit 4028f1dc67

View File

@ -265,6 +265,7 @@ class ServerUtils(commands.Cog):
if ctx.author.id != core_utils.my_id:
return
await ctx.channel.edit(topic=new_channel_topic)
await ctx.respond("ok", delete_after=1)
def setup(bot):