From ac7ff4da3c42e3d29fea9a683aa22d26511549f8 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 16 Jul 2020 06:26:04 +0100 Subject: [PATCH] Adding commentary --- cogs/anime/relationship.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/anime/relationship.py b/cogs/anime/relationship.py index 56d2af08..8bb69b9d 100644 --- a/cogs/anime/relationship.py +++ b/cogs/anime/relationship.py @@ -273,6 +273,7 @@ class Relationship(commands.Cog): # Get the current date of the message sent by the user currentDate = ctx.message.created_at.strftime("%a, %b %d, %Y") + # Get the marriage info embed and then send it to the display embed = marriageInfo(target, marriedUser, marriedDate, currentDate, married) await ctx.send(embed=embed)