【发布时间】:2018-11-19 23:01:33
【问题描述】:
我需要保存并保留一个消息对象(?),以便稍后我可以使用该消息做一些事情。 例如在使用时如何保存它:
await client.say("something that i'll change later")
【问题讨论】:
-
client.say将返回它发送的消息。见:stackoverflow.com/questions/52508556/… -
刚刚知道它是如何工作的 :D 还是谢谢 :D
标签: python discord discord.py