mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 18:50:13 +00:00
Adding back pronouns option
Not sure why it was removed, honestly
This commit is contained in:
parent
97dae86b71
commit
94da43e187
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue