Fixing error in get_lewd() function call
This commit is contained in:
parent
78ef7c3328
commit
a9fa61ac85
@ -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)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user