discord.ext.commands.errors.CommandInvokeError:命令引发异常:AttributeError:类别

时间:2019-01-04 14:30:27

标签: python python-3.x discord discord.py

我需要使用漫游器来创建类别,但是当我尝试创建类别时,会出现错误。 截图-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)

0 个答案:

没有答案