为了账号安全,请及时绑定邮箱和手机立即绑定

Python/Discord 当我尝试让 python 获取不和谐用户的用户 ID 时,它什么也不做

Python/Discord 当我尝试让 python 获取不和谐用户的用户 ID 时,它什么也不做

慕村9548890 2023-06-20 14:07:01
这是使用 userID 的代码:if message.content == "MMO start":    dir = r'C:\\Users\\User\Desktop\MMOProfiles'    MessageAuthor = str(userID)    newpath = os.path.join(dir,MessageAuthor)    doesExist = os.path.exists(newpath)    if doesExist == False:        await message.channel.send("Creating profile")        os.makedirs(newpath)    if doesExist == True:        await message.channel.send("You already have a profile")这是定义 userID 的函数:async def UserID(ctx):    userID = ctx.author.id
查看完整描述

1 回答

?
沧海一幻觉

TA贡献1824条经验 获得超5个赞

用户 ID 已在userID您可以键入print(userID)以在终端中查看的内部。



查看完整回答
反对 回复 2023-06-20
  • 1 回答
  • 0 关注
  • 101 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信