所以我最近开始使用PIL,并且正在发出一条tweet命令。我几乎拥有了所有东西,但是现在我只需要显示设备和时间即可。但是,在执行此操作时,我遇到了一个错误:
CommandInvokeError: Command raised an exception: TypeError: 'datetime.datetime' object is not callable
代码:
#Time + Device
d.text((24,337), {ctx.message.created_at("%a %#d %B %Y, %I:%M UTC")},fill=(128,128,128), font=font2)
如果我删除了这部分,它将正常工作
("%a %#d %B %Y, %I:%M UTC")}
我希望机器人将图像显示为Twitter的日期时间和设备