From a95d32fbcc74b13a8725f7a1c85a72200ec4d8c5 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Tue, 29 Jan 2019 00:18:33 -0600 Subject: [PATCH] Nice typo Phantom --- cogs/birthday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/birthday.py b/cogs/birthday.py index 7f6343f..b5c7b36 100644 --- a/cogs/birthday.py +++ b/cogs/birthday.py @@ -127,7 +127,7 @@ AND # A list of the id's that will get updated for bd in bds: try: - member = channel.get.get_member(bd["id"]) + member = channel.guild.get_member(bd["id"]) await channel.send(f"It is {member.mention}'s birthday today! " "Wish them a happy birthday! \N{SHORTCAKE}") except (discord.Forbidden, discord.HTTPException):