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

    1. <tfoot id='C9Bw2'></tfoot>

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

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

        如何使用discord.py对不一致服务器中的每个人进行DM?

        How to DM everyone in a Discord server with discord.py?(如何使用discord.py对不一致服务器中的每个人进行DM?)
          <tbody id='2umgp'></tbody>

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

              • <small id='2umgp'></small><noframes id='2umgp'>

              • <i id='2umgp'><tr id='2umgp'><dt id='2umgp'><q id='2umgp'><span id='2umgp'><b id='2umgp'><form id='2umgp'><ins id='2umgp'></ins><ul id='2umgp'></ul><sub id='2umgp'></sub></form><legend id='2umgp'></legend><bdo id='2umgp'><pre id='2umgp'><center id='2umgp'></center></pre></bdo></b><th id='2umgp'></th></span></q></dt></tr></i><div id='2umgp'><tfoot id='2umgp'></tfoot><dl id='2umgp'><fieldset id='2umgp'></fieldset></dl></div>
              • <tfoot id='2umgp'></tfoot>
                • 本文介绍了如何使用discord.py对不一致服务器中的每个人进行DM?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  发送命令:dmall时,我当前正在尝试让我的机器人对服务器的所有成员执行DM操作,但它似乎不起作用。

                  我的代码:

                  @bot.command()
                  @commands.is_owner()
                  async def dmall(ctx,*,message):
                      for mem in ctx.guild.members:
                          await ctx.message.delete()
                          try:
                              await mem.send(message)
                              await ctx.send(f'Sent dm to: {mem.name}')
                          except:
                               print('User dm closed')
                  
                  @dmall.error
                  async def dmall_error(ctx, error):
                      if isinstance(error, commands.CheckFailure):
                          await ctx.send('sorry comrade, you arent allowed to do that')
                  

                  推荐答案

                  没有回溯是不可能确定的,但是当您无法将DM发送给成员时,这很可能是错误的。如果成员将其隐私设置设置为不允许来自服务器成员的DM或阻止了机器人,则可能会发生这种情况。

                  您应该删除无法确定实际特定问题的此特定实例所表现出的捕获所有异常处理程序,这是一种不良做法,并检查回溯。

                  这篇关于如何使用discord.py对不一致服务器中的每个人进行DM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  GUI Freezes while downloading PyQt5 and Pytube(GUI在下载PyQt5和Pytube时冻结)
                  How to solve memory issues while multiprocessing using Pool.map()?(如何解决使用Pool.map()进行多处理时的内存问题?)
                  Python - How to use FastAPI and uvicorn.run without blocking the thread?(Python-如何使用FastAPI和uvicorn.run而不阻塞线程?)
                  How to increment a shared counter from multiple processes?(如何从多个进程递增共享计数器?)
                  Using pika, how to connect to rabbitmq running in docker, started with docker-compose with external network?(使用pika,如何连接运行在docker中的rabbitmq,从docker开始-与外部网络连接?)
                  How to use .rolling() on each row of a Pandas dataframe?(如何对 pandas 数据帧的每一行使用.roll()?)

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

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

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