have /topic respond then delete
All checks were successful
Build and push / changes (push) Successful in 30s
Build and push / Lint-Python (push) Successful in 6s
Build and push / Build-and-Push-Docker (push) Successful in 1m19s
Build and push / sync-argocd-app (push) Successful in 4s

This commit is contained in:
Luke R 2024-05-24 19:02:31 -07:00
parent 88b0783ecb
commit e059b2732e

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