1
0
Fork 0
mirror of synced 2024-05-06 21:52:30 +12:00

Use new pendulum now method

This commit is contained in:
phxntxm 2018-09-23 17:41:05 -05:00
parent 6f41b1f500
commit 182eede186

2
bot.py
View file

@ -125,5 +125,5 @@ if __name__ == '__main__':
for e in utils.extensions:
bot.load_extension(e)
bot.uptime = pendulum.utcnow()
bot.uptime = pendulum.now(tz="UTC")
bot.run(utils.bot_token)