TypeError: can't compare offset-naive and offset-aware datetimes
File "dateutil/relativedelta.py", line 154, in __init__
if dt1 < dt2:
File "bot/utils/time.py", line 80, in time_since
delta = abs(relativedelta(now, past_datetime))
File "bot/exts/utilities/emoji.py", line 110, in info_command
**Created:** {time_since(emoji.created_at, precision="hours")}
File "discord/ext/commands/core.py", line 167, in wrapped
ret = await coro(*args, **kwargs)
Unhandled command error: can't compare offset-naive and offset-aware datetimes
Sentry Issue: SIR-LANCEBOT-6E