Discord bot slowmode command .py

前端 未结 0 353
清歌不尽
清歌不尽 2021-01-23 02:54
@client.command() 
async def slowmode(ctx, seconds: int):
  await ctx.channel.edit(slowmode_delay=seconds)
  await ctx.send(f"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题