• <small id='FTRJG'></small><noframes id='FTRJG'>

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

        <legend id='FTRJG'><style id='FTRJG'><dir id='FTRJG'><q id='FTRJG'></q></dir></style></legend>

        从用户 id 获取用户名 |不和谐.py

        时间:2023-09-09
        <i id='79lTa'><tr id='79lTa'><dt id='79lTa'><q id='79lTa'><span id='79lTa'><b id='79lTa'><form id='79lTa'><ins id='79lTa'></ins><ul id='79lTa'></ul><sub id='79lTa'></sub></form><legend id='79lTa'></legend><bdo id='79lTa'><pre id='79lTa'><center id='79lTa'></center></pre></bdo></b><th id='79lTa'></th></span></q></dt></tr></i><div id='79lTa'><tfoot id='79lTa'></tfoot><dl id='79lTa'><fieldset id='79lTa'></fieldset></dl></div>

        <small id='79lTa'></small><noframes id='79lTa'>

              1. <tfoot id='79lTa'></tfoot>

                  <tbody id='79lTa'></tbody>
                <legend id='79lTa'><style id='79lTa'><dir id='79lTa'><q id='79lTa'></q></dir></style></legend>
                • <bdo id='79lTa'></bdo><ul id='79lTa'></ul>
                  本文介绍了从用户 id 获取用户名 |不和谐.py的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  好吧,我一直在使用不和谐的数据库来获取队列中用户 id 的主要列表,尽管我在从用户 id 获取用户时遇到问题,因为它没有返回

                  Well I have been working with databases for a while with discord in order to obtain major lists of user id's in a queue, although I am having problem's obtaining the user from user id as it returns none

                  举例

                  members = list(privateduos[matchid])
                  user = discord.User(id=int(members[0]))
                  await client.say("Say `test` " + str(user))
                  await client.wait_for_message(content="test", author=user)
                  

                  这是输出

                  client.wait_for_message似乎也没有检测到代码中的消息作者,有什么解决办法吗?

                  The client.wait_for_message doesnt seem to detect the message author in the code as well, any solutions?

                  推荐答案

                  方法 client.get_user_info 自上次迁移后已弃用,您应该改用 Client.fetch_user()

                  The method client.get_user_info is deprecated since the last Migration, you should use Client.fetch_user() instead

                  有关详细信息,请参阅此链接:https://discordpy.readthedocs.io/zh/latest/migrating.html

                  See this link for the details : https://discordpy.readthedocs.io/en/latest/migrating.html

                  这篇关于从用户 id 获取用户名 |不和谐.py的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Discord.py 重写 get_member() 函数,为除 bot 之外的所 下一篇:discord.py bot rewrite AttributeError: 'Bot' object h

                  相关文章

                  最新文章

                  <small id='6CPMp'></small><noframes id='6CPMp'>

                    <bdo id='6CPMp'></bdo><ul id='6CPMp'></ul>

                      <tfoot id='6CPMp'></tfoot>
                    1. <legend id='6CPMp'><style id='6CPMp'><dir id='6CPMp'><q id='6CPMp'></q></dir></style></legend>

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