1
0
Fork 0
mirror of synced 2024-06-12 07:34:33 +12:00

Corrected who was searched on twitch lookups. I fixed this before...what happened...?

This commit is contained in:
Phxntxm 2016-09-22 20:53:05 -05:00
parent 3aec94a5cc
commit f030504b6f

View file

@ -98,7 +98,7 @@ class Twitch:
member = ctx.message.author
twitch_channels = await config.get_content('twitch')
result = twitch_channels.get(ctx.message.author.id)
result = twitch_channels.get(member.id)
if result is None:
await self.bot.say("{} has not saved their twitch URL yet!".format(member.name))
return