aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar AtieP <[email protected]>2020-09-28 19:11:42 +0200
committerGravatar GitHub <[email protected]>2020-09-28 19:11:42 +0200
commit2fd63f6a2813c99d7098e444c5a3145f916b2729 (patch)
tree669f505b592d114931a0531e93201a6e082d3394 /bot
parentRename the last description line (diff)
Set precision to hours
Co-authored-by: gustavwilliam <[email protected]>
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/evergreen/emojis.py2
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})
"""),