Add fallback for last update time in cutoff command

This commit is contained in:
qwewqa 2021-02-13 22:49:24 -05:00
parent a8e211fc21
commit e82967bc7d

View File

@ -305,7 +305,7 @@ class Event(commands.Cog):
value=data['points'],
inline=True)
embed.add_field(name='Last Update',
value=data['lastUpdate'],
value=data['lastUpdate'] or 'None',
inline=True)
embed.add_field(name='Rate',
value=f'{data["rate"]} pts/hr',