How to change a channels name using discord.py v.1.0.0a?
i've already searched a lot about this online. There I came across the API Refrence ( https://discordpy.readthedocs.io/en/rewrite/api.html#discord.TextChannel ) which kind of helped me finding what command I need to use. So my conculsion would be to use this code: channel = client.get_channel(475772135730708480) @client.command() async def emoivb(ctx): await discord.VoiceChannel.edit(channel, name = "test") the problem is that it doesnt work with this error: File "C:/Users/MyUser/Desktop/discordbot.py", line 25, in emoivb await discord.VoiceChannel.edit(channel, name = "test") So this error