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

    1. <legend id='GBQLb'><style id='GBQLb'><dir id='GBQLb'><q id='GBQLb'></q></dir></style></legend>
      1. <tfoot id='GBQLb'></tfoot>
      2. <small id='GBQLb'></small><noframes id='GBQLb'>

        如何对齐discord.py嵌入消息中的字段

        How to align fields in discord.py embedded messages(如何对齐discord.py嵌入消息中的字段)

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

          • <bdo id='N8hOp'></bdo><ul id='N8hOp'></ul>
            <tfoot id='N8hOp'></tfoot>
            <legend id='N8hOp'><style id='N8hOp'><dir id='N8hOp'><q id='N8hOp'></q></dir></style></legend>
              <tbody id='N8hOp'></tbody>

                  <i id='N8hOp'><tr id='N8hOp'><dt id='N8hOp'><q id='N8hOp'><span id='N8hOp'><b id='N8hOp'><form id='N8hOp'><ins id='N8hOp'></ins><ul id='N8hOp'></ul><sub id='N8hOp'></sub></form><legend id='N8hOp'></legend><bdo id='N8hOp'><pre id='N8hOp'><center id='N8hOp'></center></pre></bdo></b><th id='N8hOp'></th></span></q></dt></tr></i><div id='N8hOp'><tfoot id='N8hOp'></tfoot><dl id='N8hOp'><fieldset id='N8hOp'></fieldset></dl></div>
                  本文介绍了如何对齐discord.py嵌入消息中的字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在创建一个嵌入的discord.py消息,如下所示

                  每个字段的值都有一个由单词和新行组成的字符串,后面跟着每个单词。但是,正如您可以看到的,格式稍有偏差,列也不完全居中。如何实现此目标?

                  我的不和谐嵌入代码:

                  embed = displayembed('Live Match Data')
                  embed.add_field(name = 'Blue Team', value= a1, inline = True)
                  embed.add_field(name = 'Champion', value = a2, inline = True)
                  embed.add_field(name = 'Rank', value = a3, inline = True)
                  
                  embed.add_field(name = 'Red Team ', value = b1, inline = True)
                  embed.add_field(name = 'Champion', value = b2, inline = True)
                  embed.add_field(name = 'Rank', value = b3, inline = True)
                  
                  embed.set_footer(text = ctx.author.name, icon_url = ctx.author.avatar_url)
                  
                  await ctx.send(embed = embed)
                  

                  推荐答案

                  embed = discord.Embed(title='Live Match Data')
                  embed.add_field(name = 'Blue Team', value= "Something", inline = True)
                  embed.add_field(name = 'Champion', value = "Something", inline = True)
                  embed.add_field(name = 'Rank', value = "Something", inline = True)
                  
                  embed.add_field(name = 'Red Team ', value = "Something", inline = True)
                  embed.add_field(name = 'Champion', value = "Something", inline = True)
                  embed.add_field(name = 'Rank', value = "Something", inline = True)
                  
                  embed.set_footer(text=ctx.author.name, icon_url = ctx.author.avatar_url)
                  
                  
                  await ctx.send(embed=embed)
                  

                  这篇关于如何对齐discord.py嵌入消息中的字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

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

                  <legend id='oNpoA'><style id='oNpoA'><dir id='oNpoA'><q id='oNpoA'></q></dir></style></legend>
                      <tbody id='oNpoA'></tbody>

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

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