我需要使用漫游器来创建类别,但是当我尝试创建类别时,会出现错误。 截图-http://prntscr.com/m309dc
有了文本和语音通道,一切正常。 这是函数https://discordpy.readthedocs.io/en/latest/api.html#discord.ChannelType的名称 这是频道名称信息。 https://discordpy.readthedocs.io/en/latest/api.html#discord.Client.create_channel
await client.create_channel(ctx.message.server, 'support', type=discord.ChannelType.category)