How to delete multiple text channel?

后端 未结 0 1029
生来不讨喜
生来不讨喜 2021-02-10 06:33
@client.command(aliases=[\'d\',\'dc\'])
async def deletechannel(ctx,name: discord.TextChannel,amount):
    for i in range (int(amount)):
        channel = name
        a         


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