• <i id='QYP1F'><tr id='QYP1F'><dt id='QYP1F'><q id='QYP1F'><span id='QYP1F'><b id='QYP1F'><form id='QYP1F'><ins id='QYP1F'></ins><ul id='QYP1F'></ul><sub id='QYP1F'></sub></form><legend id='QYP1F'></legend><bdo id='QYP1F'><pre id='QYP1F'><center id='QYP1F'></center></pre></bdo></b><th id='QYP1F'></th></span></q></dt></tr></i><div id='QYP1F'><tfoot id='QYP1F'></tfoot><dl id='QYP1F'><fieldset id='QYP1F'></fieldset></dl></div>
      <tfoot id='QYP1F'></tfoot>

      1. <legend id='QYP1F'><style id='QYP1F'><dir id='QYP1F'><q id='QYP1F'></q></dir></style></legend>

        <small id='QYP1F'></small><noframes id='QYP1F'>

        • <bdo id='QYP1F'></bdo><ul id='QYP1F'></ul>

        在 message.guild.get_member_named("member_name") 中

        时间:2023-09-09

        <small id='t2Y7L'></small><noframes id='t2Y7L'>

        <legend id='t2Y7L'><style id='t2Y7L'><dir id='t2Y7L'><q id='t2Y7L'></q></dir></style></legend>
      2. <tfoot id='t2Y7L'></tfoot>
          <bdo id='t2Y7L'></bdo><ul id='t2Y7L'></ul>
              <tbody id='t2Y7L'></tbody>
          1. <i id='t2Y7L'><tr id='t2Y7L'><dt id='t2Y7L'><q id='t2Y7L'><span id='t2Y7L'><b id='t2Y7L'><form id='t2Y7L'><ins id='t2Y7L'></ins><ul id='t2Y7L'></ul><sub id='t2Y7L'></sub></form><legend id='t2Y7L'></legend><bdo id='t2Y7L'><pre id='t2Y7L'><center id='t2Y7L'></center></pre></bdo></b><th id='t2Y7L'></th></span></q></dt></tr></i><div id='t2Y7L'><tfoot id='t2Y7L'></tfoot><dl id='t2Y7L'><fieldset id='t2Y7L'></fieldset></dl></div>

                  本文介绍了在 message.guild.get_member_named("member_name") 中获取 None的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我在
                  message.guild.get_member_named("Testing Account")
                  中得到 NoneType并且在 discord 服务器中有一个名为 Testing Account 的个人/帐户.

                  解决方案

                  首先,确保您的机器人在 members Intent/applications" rel="nofollow noreferrer">开发者门户

                  在代码中启用意图,并​​使用 intents kwarg 在您的机器人/客户端中传递它们.

                  intents = discord.Intents.default()意图.members = True客户端 = commands.Bot(command_prefix='!', intents=intents)

                  <块引用>

                  如果您的机器人跟踪存在数据,您可能需要存在意图来接收存在事件数据."- 不和谐开发者门户

                  您可以在 Privileged Intents - Discord &网关意图入门 - Discord.py

                  I'm getting NoneType in
                  message.guild.get_member_named("Testing Account")
                  and there is a person/account named Testing Account in the discord server.

                  解决方案

                  First, make sure your bot has members intent enabled in the developer portal

                  Enable intents in the code, and pass them in your bot/client with the intents kwarg.

                  intents = discord.Intents.default()
                  intents.members = True
                  
                  client = commands.Bot(command_prefix='!', intents=intents)
                  

                  "If your bot tracks presence data, you may need the presence intent to receive presence event data." - Discord Developer Portal

                  You can find more about intents or privileged intents at Privileged Intents - Discord & A Primer to Gateway Intents - Discord.py

                  这篇关于在 message.guild.get_member_named("member_name") 中获取 None的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:(discord.py) 获取特定语音频道中所有成员的列表 下一篇:猜谜游戏,discord.py 机器人

                  相关文章

                  最新文章

                  • <bdo id='BHgco'></bdo><ul id='BHgco'></ul>
                  <legend id='BHgco'><style id='BHgco'><dir id='BHgco'><q id='BHgco'></q></dir></style></legend>

                    <tfoot id='BHgco'></tfoot>

                  1. <small id='BHgco'></small><noframes id='BHgco'>

                    1. <i id='BHgco'><tr id='BHgco'><dt id='BHgco'><q id='BHgco'><span id='BHgco'><b id='BHgco'><form id='BHgco'><ins id='BHgco'></ins><ul id='BHgco'></ul><sub id='BHgco'></sub></form><legend id='BHgco'></legend><bdo id='BHgco'><pre id='BHgco'><center id='BHgco'></center></pre></bdo></b><th id='BHgco'></th></span></q></dt></tr></i><div id='BHgco'><tfoot id='BHgco'></tfoot><dl id='BHgco'><fieldset id='BHgco'></fieldset></dl></div>