#help with interaction

1 messages · Page 1 of 1 (latest)

sour valley
#

i want to get the user ID who interacted with my dialog modal not sure how tho cus ctx.author wont work.

#
discord.EmbedField(name="User", value=interaction.author, inline=False),

this wont work: value=interaction.author

versed monolith
#

It's also interaction.user

#

Interaction has no author attribute

sour valley
#
str(interaction.user)
```?
versed monolith
#

Read the docs

versed monolith
sour valley
versed monolith
#

Yes