Adding back pronouns option

Not sure why it was removed, honestly
This commit is contained in:
Grey Himmel 2019-04-22 19:42:04 -04:00 committed by GitHub
parent 97dae86b71
commit 94da43e187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,7 +240,7 @@ async def do_query_message(conn, client: discord.Client, payload: discord.RawRea
return False
# Then DM the queryer the message embed
card = await embeds.message_card(client, msg)
card = await embeds.message_card(client, msg, include_pronouns=True)
user = client.get_user(payload.user_id)
if not user:
# We couldn't find this user in the cache - bail