1
0
Fork 0
mirror of synced 2024-05-03 12:12:31 +12:00

Nice typo Phantom

This commit is contained in:
phxntxm 2019-01-29 00:18:33 -06:00
parent 2788083257
commit a95d32fbcc

View file

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