diff options
-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}) """), |