have /topic respond then delete
This commit is contained in:
parent
88b0783ecb
commit
e059b2732e
@ -265,6 +265,7 @@ class ServerUtils(commands.Cog):
|
|||||||
if ctx.author.id != core_utils.my_id:
|
if ctx.author.id != core_utils.my_id:
|
||||||
return
|
return
|
||||||
await ctx.channel.edit(topic=new_channel_topic)
|
await ctx.channel.edit(topic=new_channel_topic)
|
||||||
|
await ctx.respond("ok", delete_after=1)
|
||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user