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

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

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

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

      <tfoot id='kdDRk'></tfoot>

        運(yùn)行機(jī)器人示例代碼時,我收到此錯誤

        When running bot sample code, I get this error(運(yùn)行機(jī)器人示例代碼時,我收到此錯誤)
        <legend id='Fc3IS'><style id='Fc3IS'><dir id='Fc3IS'><q id='Fc3IS'></q></dir></style></legend>
          <i id='Fc3IS'><tr id='Fc3IS'><dt id='Fc3IS'><q id='Fc3IS'><span id='Fc3IS'><b id='Fc3IS'><form id='Fc3IS'><ins id='Fc3IS'></ins><ul id='Fc3IS'></ul><sub id='Fc3IS'></sub></form><legend id='Fc3IS'></legend><bdo id='Fc3IS'><pre id='Fc3IS'><center id='Fc3IS'></center></pre></bdo></b><th id='Fc3IS'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Fc3IS'><tfoot id='Fc3IS'></tfoot><dl id='Fc3IS'><fieldset id='Fc3IS'></fieldset></dl></div>
          <tfoot id='Fc3IS'></tfoot>
        1. <small id='Fc3IS'></small><noframes id='Fc3IS'>

                <tbody id='Fc3IS'></tbody>
              • <bdo id='Fc3IS'></bdo><ul id='Fc3IS'></ul>

                  本文介紹了運(yùn)行機(jī)器人示例代碼時,我收到此錯誤的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我的代碼正是

                  這個(當(dāng)然是我的令牌)

                  當(dāng)我運(yùn)行它時,我的機(jī)器人正常啟動,但是當(dāng)一個新人添加到服務(wù)器時,我得到了這個.

                  When I run it, my bot starts up as normal, but when a new person is added to the server, i get this.

                  ------
                  Ignoring exception in on_member_join
                  Traceback (most recent call last):
                    File "C:UsersUSRNAMEAppDataLocalProgramsPythonPython36libsite-packagesdiscordclient.py", line 307, in _run_event
                      yield from getattr(self, event)(*args, **kwargs)
                    File "test.py", line 9, in on_member_join
                      await client.send_message(server, fmt.format(member, server))
                    File "C:UsersUSRNAMEAppDataLocalProgramsPythonPython36libsite-packagesdiscordclient.py", line 1152, in send_message
                      data = yield from self.http.send_message(channel_id, content, guild_id=guild_id, tts=tts, embed=embed)
                    File "C:UsersUSRNAMEAppDataLocalProgramsPythonPython36libsite-packagesdiscordhttp.py", line 198, in request
                      raise NotFound(r, data)
                  discord.errors.NotFound: NOT FOUND (status code: 404): Unknown Channel
                  

                  (對不起,它不在代碼塊中,我是堆棧交換的新手)

                  (Sorry about it not being in a code block, I'm new to stack exchange)

                  任何幫助將不勝感激.謝謝

                  Any help would be appreciated. Thanks

                  推薦答案

                  這將不再起作用,因?yàn)椴缓椭C刪除了默認(rèn)頻道,因此將其發(fā)送到 server 將不起作用.如果您使用異步或 discord.Object(insert channel id),則應(yīng)將 server 替換為 discord.Object('insert channel id')如果您使用的是重寫分支.注意字符串與 int 的區(qū)別.祝你好運(yùn):)

                  This will not work anymore because discord removed default channels so sending it to server will not work. You should replace server with discord.Object('insert channel id') if you are using async or discord.Object(insert channel id) if you are using the rewrite branch. Note the string vs int difference. Good luck :)

                  這篇關(guān)于運(yùn)行機(jī)器人示例代碼時,我收到此錯誤的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持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 中提供角色的不和諧機(jī)器人?)
                  Discord bot isn#39;t responding to commands(Discord 機(jī)器人沒有響應(yīng)命令)
                  Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“關(guān)于我嗎?Discord 機(jī)器人的功能?(不和諧.py))
                  message.channel.id Discord PY(message.channel.id Discord PY)
                  How do I host my discord.py bot on heroku?(如何在 heroku 上托管我的 discord.py 機(jī)器人?)
                  discord.py - Automaticaly Change an Role Color(discord.py - 自動更改角色顏色)
                    <tbody id='02duu'></tbody>

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

                    <tfoot id='02duu'></tfoot>

                      • <bdo id='02duu'></bdo><ul id='02duu'></ul>

                        • <legend id='02duu'><style id='02duu'><dir id='02duu'><q id='02duu'></q></dir></style></legend>
                            主站蜘蛛池模板: 99久久中文字幕三级久久日本 | 中文字幕乱码亚洲精品一区 | 日韩看片 | 99av成人精品国语自产拍 | 日日夜夜免费精品视频 | 天天躁日日躁性色aⅴ电影 免费在线观看成年人视频 国产欧美精品 | 成人在线视频免费观看 | 亚洲视频在线观看一区二区三区 | 国产精品成人一区二区 | 免费成人在线网 | 国产乱码精品一区二区三区中文 | 国产乡下妇女做爰 | 亚洲欧洲日韩精品 中文字幕 | 美女天天操 | 亚洲三级国产 | 婷婷色国产偷v国产偷v小说 | 一级中国毛片 | 北条麻妃一区二区三区在线观看 | 亚洲国产精品久久 | 黄色网址在线免费观看 | www亚洲免费国内精品 | 狠狠狠| 亚洲精品二三区 | 91在线精品秘密一区二区 | 久久精品国产一区二区三区不卡 | 激情伊人网 | 日韩在线中文字幕 | 黄a在线播放 | 日韩精品一区二区三区在线观看 | 亚洲国产激情 | 久久久久国产一区二区三区不卡 | 99久久夜色精品国产亚洲96 | 久久国产精品一区二区三区 | 亚洲v日韩v综合v精品v | 国产精品毛片一区二区在线看 | 欧美激情国产日韩精品一区18 | 天天躁日日躁xxxxaaaa | 国产91精品网站 | 国产欧美在线一区二区 | 欧美在线观看网站 | 国产精品99 |