1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Correct the key searching for twitch

This commit is contained in:
phxntxm 2017-03-08 15:03:13 -06:00
parent 993ad7ce43
commit fd5d3f1538

View file

@ -112,7 +112,7 @@ class Twitch:
if member is None:
member = ctx.message.author
result = await utils.get_content('twitch', {'member_id': str(member.id)})
result = await utils.get_content('twitch', str(member.id))
if result is None:
await ctx.send("{} has not saved their twitch URL yet!".format(member.name))
return