标签: python discord.py
我的尝试:
@bot.event async def close(): await bot.get_channel(619401742672395168).send("Bot Disconnected")
由于断开连接,我希望能够执行一些操作。
答案 0 :(得分:2)
您可以使用on_disconnect事件,但请阅读触发该事件的方案:由于已断开连接,您可能无法连接到不和谐。
on_disconnect