Corona: add update time to --top10 reply

This commit is contained in:
oddluck 2020-03-27 03:03:36 +00:00
parent 82084d7048
commit f530068836
1 changed files with 1 additions and 1 deletions

View File

@ -597,6 +597,6 @@ class Corona(callbacks.Plugin):
self.data[country]['total_deaths'])
n += 1
reply = reply.strip().strip(',')
irc.reply("\x02{0}".format(reply))
irc.reply("\x02{0} | Updated: {1}".format(reply, self.time_created(updated)))
Class = Corona