久久久久久久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 中獲取所有成員列表?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  @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())
                  

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

                  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 機器人沒有響應(yīng)命令)
                  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. 主站蜘蛛池模板: 波多野结衣一区二区 | 国产精品国产a | 亚洲午夜精品久久久久久app | 日韩欧美在 | 免费观看成人性生生活片 | 国产成视频在线观看 | 在线免费观看日本 | 久久精品91久久久久久再现 | 最新中文字幕第一页视频 | 人操人人干人 | 在线视频99 | 人人操日日干 | 天天艹逼网 | 久久免费精品 | av免费网| 成人欧美日韩一区二区三区 | 成人精品福利 | 日本亚洲欧美 | 欧美成人精品激情在线观看 | 日韩一区二区三区在线视频 | 91视频一区二区 | 亚洲国产一区在线 | 国产不卡一 | 亚洲精品久久久久久久久久久久久 | 免费av手机在线观看 | 欧美一区二区三区视频 | 欧美精品三区 | 欧美精品久久久久 | 国产精品久久久久av | 日日摸夜夜添夜夜添精品视频 | 成年免费大片黄在线观看岛国 | 一区二区三区精品视频 | 国产中的精品av涩差av | 国产中文字幕av | 亚洲精品成人免费 | 国产精品毛片一区二区三区 | 亚洲韩国精品 | 国产清纯白嫩初高生在线播放视频 | 久久亚洲精品国产精品紫薇 | 日韩av高清在线 | 免费看国产片在线观看 |