久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

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

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

        <tfoot id='xFCbb'></tfoot>
      1. <small id='xFCbb'></small><noframes id='xFCbb'>

      2. 如何在 discord.py 中獲取所有成員列表?

        How to get ALL member list in discord.py?(如何在 discord.py 中獲取所有成員列表?)
      3. <small id='SWy52'></small><noframes id='SWy52'>

          <tbody id='SWy52'></tbody>

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

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

                  <i id='SWy52'><tr id='SWy52'><dt id='SWy52'><q id='SWy52'><span id='SWy52'><b id='SWy52'><form id='SWy52'><ins id='SWy52'></ins><ul id='SWy52'></ul><sub id='SWy52'></sub></form><legend id='SWy52'></legend><bdo id='SWy52'><pre id='SWy52'><center id='SWy52'></center></pre></bdo></b><th id='SWy52'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='SWy52'><tfoot id='SWy52'></tfoot><dl id='SWy52'><fieldset id='SWy52'></fieldset></dl></div>
                  <tfoot id='SWy52'></tfoot>
                  本文介紹了如何在 discord.py 中獲取所有成員列表?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  @client.command() 
                  async def members_info(ctx):    
                      server_members = ctx.guild.members 
                      data = "
                  ".join([member.name for member in server_members if "test" in member.roles])
                      embed = discord.Embed(title = f'Участники сервера', description = f"{data}", color = discord.Color.purple())
                  

                  只輸出帶有標題和顏色的空嵌入消息,沒有描述我不知道我該怎么辦-_-

                  Output just empty embed message with title and color without description I dont know what i supposed to do -_-

                  推薦答案

                  您可能缺少 members 意圖.這意味著成員不會加載到緩存中,除非您執(zhí)行直接 HTTP 請求.啟用:

                  It is likely that you are missing the members intent. This means members are not loaded in cache unless you do a direct HTTP request. To enable:

                  首先在

                  第二次訂閱discord.py:

                  Secondly subscribe in discord.py:

                  import discord
                  from discord.ext import commands
                  
                  intents = discord.Intents.default()
                  intents.members = True
                  bot = commands.Bot(intents=intents, ...)
                  

                  這篇關(guān)于如何在 discord.py 中獲取所有成員列表?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  How to make a discord bot that gives roles in Python?(如何制作一個在 Python 中提供角色的不和諧機器人?)
                  Discord bot isn#39;t responding to commands(Discord 機器人沒有響應命令)
                  Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“關(guān)于我嗎?Discord 機器人的功能?(不和諧.py))
                  message.channel.id Discord PY(message.channel.id Discord PY)
                  How do I host my discord.py bot on heroku?(如何在 heroku 上托管我的 discord.py 機器人?)
                  discord.py - Automaticaly Change an Role Color(discord.py - 自動更改角色顏色)
                • <small id='y40f0'></small><noframes id='y40f0'>

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

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

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

                              <tbody id='y40f0'></tbody>
                          1. 主站蜘蛛池模板: 欧美一区二区精品 | 欧美一级在线观看 | 91免费入口 | 国产精品三级 | 国产成人高清 | 亚洲一区在线播放 | 久久精品亚洲精品国产欧美kt∨ | 男人的天堂久久 | 国产成人精品免高潮在线观看 | 成人1区2区| av中文字幕在线 | 欧美激情在线精品一区二区三区 | 日韩精品在线观看一区二区三区 | 久草在线在线精品观看 | 超级黄色一级片 | 国产精品毛片av | 看av在线| 91在线精品秘密一区二区 | 国产精品视频在线播放 | 日韩视频二区 | 成人黄色电影免费 | 久热精品在线播放 | 欧美久久视频 | 国产午夜精品一区二区三区嫩草 | 欧洲精品码一区二区三区免费看 | 999精品网 | 91精品国产乱码久久久久久久久 | 久久久久国产精品一区 | 精品日韩一区二区三区av动图 | 99精品欧美一区二区三区综合在线 | 男女性毛片 | 久久精品网 | 亚洲精品不卡 | 播放一级黄色片 | 神马久久av | 国产激情在线观看 | 99精品欧美一区二区三区综合在线 | 91精品国产综合久久精品 | 国产精品国产亚洲精品看不卡15 | 欧美在线视频一区二区 | 中文成人在线 |