• <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?

        时间:2024-08-10
          <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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:通过discord.py发送嵌入 下一篇:Pyyaml:修改aws-auth-cm.yaml,保留多行字符串

                  相关文章

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

                • <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>