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):