当我尝试:
await client.create_role(message.server, name='testrole', color=discord.Colour("FF0000"))
我收到此错误:
discord.errors.NotFound: NOT FOUND (status code: 404): Unknown Message
有谁知道我如何获得有关此错误的更多信息?
当我尝试:
await client.create_role(message.server, name='testrole', color=discord.Colour("FF0000"))
我收到此错误:
discord.errors.NotFound: NOT FOUND (status code: 404): Unknown Message
有谁知道我如何获得有关此错误的更多信息?