diff --git a/mallard/client.py b/mallard/client.py index 82accde..58fdf45 100644 --- a/mallard/client.py +++ b/mallard/client.py @@ -192,7 +192,7 @@ async def search(self, query, message): # pylint: disable=assigning-non-slot embed = discord.Embed(type="rich") - embed.timestamp = datetime.now() + embed.timestamp = datetime.utcnow() embed.set_footer( text=f"Requested by {message.author.display_name}", icon_url=message.author.avatar_url,