档案:78573462558784356
#这是一个id
异步定义:
@bot.event
async def on_raw_reaction_add(payload):
with open("createteam.txt", "r", encoding = "utf-8") as file: # id is in a file
author_id = file.read() #the id in str()
author_user = ???author_id.User??? #how to translate a str(id) to discord.user
author_member = ???author_id.Member??? #how to translate a str(id) to discord.member