1
0

fix: key value change

This commit is contained in:
オスカー、 2023-11-24 09:19:37 +09:00
parent f8dca6239f
commit 0cdf1fe5d0
No known key found for this signature in database
GPG Key ID: B1EFBBF5C93FF78F

View File

@ -62,7 +62,7 @@ class Autoposter(commands.Bot):
async def on_mention(self, notice: NotificationNote):
line = self.get_random_line()
info = self.get_info(line)
await notice.note.api.action.reply(content=f"{line}\n \n<small>- {info['where']}에서 발췌됨. ({info['number']}번 대사)</small>", reply_id=notice.note.id)
await notice.note.api.action.reply(content=f"{line}\n \n<small>- {info['from']}에서 발췌됨. ({info['number']}번 대사)</small>", reply_id=notice.note.id)
if __name__ == '__main__':