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

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

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

          <bdo id='ZRKzR'></bdo><ul id='ZRKzR'></ul>
        <legend id='ZRKzR'><style id='ZRKzR'><dir id='ZRKzR'><q id='ZRKzR'></q></dir></style></legend>
      2. Discord.py(更改機器人的文本顏色)

        Discord.py(Change bot#39;s text color)(Discord.py(更改機器人的文本顏色))

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

                  <tfoot id='ehL3p'></tfoot>

                    <tbody id='ehL3p'></tbody>

                • 本文介紹了Discord.py(更改機器人的文本顏色)的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我已經搜索了網絡,但沒有找到答案.

                  I have searched the web but found no answer.

                  我為我的不和諧機器人創建了一個嵌入,我知道如何設置左側欄的顏色,但我如何更改機器人發送的文本的顏色?

                  I created an embed for my discord bot and i know how to set the color of the bar on the left but how can i change the color of the text the bot sends?

                  推薦答案

                  我能找到的唯一解決方案(之前也有同樣的問題)是使用語法突出顯示

                  The only solution I've been able to find for this (have had the same question before) was using syntax highlighting

                  ```css
                  green text
                  ```
                  

                  您可以在此 github gist

                  希望對您有所幫助,我不知道任何其他真正顏色"的解決方案.不使用語法高亮的文本.

                  Hope it helps, I don't know about any other solution to really "color" texts without using syntax highlighting.

                  更新:關于OP的評論.

                  UPDATE: Regarding comment from OP.

                  這是我能夠將其包含到嵌入中的一種方式.

                  This was a way I've been able to include it into an embed.

                  async def test(ctx, *args):
                      retStr = str("""```css
                  This is some colored Text```""")
                      embed = discord.Embed(title="Random test")
                      embed.add_field(name="Name field can't be colored as it seems",value=retStr)
                      await ctx.send(embed=embed)
                  

                  制作了這個:

                  沒有嵌入:

                  async def test(ctx, *args):
                      retStr = str("""```css
                  This is some colored Text```""")
                      await ctx.send(retStr)
                  

                  制作了這個:

                  在您選擇的語言之后寫一個新行 很重要,否則它無法識別語言聲明

                  It is important to write a new line after the language you choose for syntax highlighting otherwise it doesn't recognize it language declaration

                  這篇關于Discord.py(更改機器人的文本顏色)的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                  相關文檔推薦

                  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)(你能得到“關于我嗎?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 - 自動更改角色顏色)
                  <i id='zpSd0'><tr id='zpSd0'><dt id='zpSd0'><q id='zpSd0'><span id='zpSd0'><b id='zpSd0'><form id='zpSd0'><ins id='zpSd0'></ins><ul id='zpSd0'></ul><sub id='zpSd0'></sub></form><legend id='zpSd0'></legend><bdo id='zpSd0'><pre id='zpSd0'><center id='zpSd0'></center></pre></bdo></b><th id='zpSd0'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='zpSd0'><tfoot id='zpSd0'></tfoot><dl id='zpSd0'><fieldset id='zpSd0'></fieldset></dl></div>
                    • <small id='zpSd0'></small><noframes id='zpSd0'>

                    • <tfoot id='zpSd0'></tfoot>

                        <tbody id='zpSd0'></tbody>

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

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

                            主站蜘蛛池模板: 福利片在线观看 | 久草免费在线视频 | 亚州精品天堂中文字幕 | 日韩一二区在线观看 | 91国内外精品自在线播放 | chinese中国真实乱对白 | 亚洲欧美在线视频 | 欧美freesex黑人又粗又大 | 欧美成人精品 | 青娱乐自拍| 国产玖玖 | 99伊人 | 四虎成人免费视频 | 免费黄色录像片 | 亚洲欧美日韩高清 | 日本a∨精品中文字幕在线 亚洲91视频 | 黑人巨大精品欧美一区二区一视频 | 日韩在线不卡 | 中文字幕三区 | 精品国产乱码久久久久久中文 | 国产精品美女久久久久久免费 | 日韩在线免费视频 | 午夜精品一区二区三区在线视频 | 久一精品| 天天插天天干 | 天天玩天天操天天干 | 一区二区日韩精品 | 国产一二三区电影 | 欧美日韩亚洲系列 | 免费一区二区三区 | 久久久久久国模大尺度人体 | 精品人伦一区二区三区蜜桃网站 | 亚洲在线视频 | 黄色一级电影在线观看 | 成人精品福利 | 在线观看www高清视频 | 精品欧美一区二区三区 | 综合色播 | 成人羞羞国产免费视频 | 亚洲精品www久久久 www.蜜桃av | 综合久久av|