📌  相关文章
📜  将用户发送的消息存储在字符串 discord py 中 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:36.890000             🧑  作者: Mango

代码示例1
response = client.wait_for_message(author=ctx.message.author, timeout=30) 
myvar = response.content  

Make sure to Define ctx and message if you want it to be controlled by a command