📜  discordpy 通过 id 获取角色 - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:04.026000             🧑  作者: Mango
代码示例1
from discord.utils import get
role_id = 123
role = get(guild.roles, id=role_id)