diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index 11e0cb61..c167b8bf 100755 --- a/app/cogs/server_utils.py +++ b/app/cogs/server_utils.py @@ -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):