have /topic respond then delete

This commit is contained in:
Luke Robles 2024-05-24 19:02:31 -07:00
parent 602eaa79e4
commit d1a38d3322

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