diff options
author | 2020-09-28 19:11:42 +0200 | |
---|---|---|
committer | 2020-09-28 19:11:42 +0200 | |
commit | 2fd63f6a2813c99d7098e444c5a3145f916b2729 (patch) | |
tree | 669f505b592d114931a0531e93201a6e082d3394 /bot/exts | |
parent | Rename the last description line (diff) |
Set precision to hours
Co-authored-by: gustavwilliam <[email protected]>
Diffstat (limited to 'bot/exts')
-rw-r--r-- | bot/exts/evergreen/emojis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/emojis.py b/bot/exts/evergreen/emojis.py index 950ec245..9f825e6d 100644 --- a/bot/exts/evergreen/emojis.py +++ b/bot/exts/evergreen/emojis.py @@ -22,7 +22,7 @@ class Emojis(commands.Cog): title=f'Information about "{emoji.name}"', description=textwrap.dedent(f""" Name: {emoji.name} - Created: {time_since(emoji.created_at)} + Created: {time_since(emoji.created_at, precision="hours")} ID: {emoji.id} [Emoji source image]({emoji.url}) """), |