Discord Python Rewrite - Move channel
问题 Is it possible to move a channel on discord.py? Im making a nuke command that clones and deletes the channel, and it worked, but now i need to find out how to move the channel up to the origonal place, if there's a code / docs, please tell me a example. Thank's Edit: I Got a working edit but it's always drags it on top, i need it so it will drag the channel to the same position before it got nuked. My code that i currently have @client.command() @commands.has_permissions(manage_channels=True)