Fixing error in get_lewd() function call

This commit is contained in:
luke 2018-03-19 13:57:22 -07:00
parent 78ef7c3328
commit a9fa61ac85

View File

@ -230,7 +230,7 @@ async def on_message(message):
await client.send_message( await client.send_message(
message.channel, message.channel,
embed=generate_embed( embed=generate_embed(
embed_url=lewds.get_lewd(channel_name=message.channel.name), embed_url=lewds.get_lewd(),
embed_title="{} is being lewd".format(message.author.name) embed_title="{} is being lewd".format(message.author.name)
) )
) )