Hi! I want to set user image to bellow of embed message, like on pic one, but only how i can imagine it - pic two, so..
Is it even possible to make pic one on disnake? ( js bot on a picture )
#User icon in embed message
1 messages · Page 1 of 1 (latest)
you want the small one at the very bottom to be the user's profile pic?
(the one I circled in red at the bottom of the image)
Yes
set_footer(*, text, icon_url=None)```
Sets the footer for the embed content.
This function returns the class instance to allow for fluent-style chaining.
If i write it like this - it makes error
look at this again
Like this?

icon_url=inter.user.display_avatar.url will suffice
Also why not .author
Still doesnt work
what about it doesn't work
we can't do shit with this if you don't tell us what's going wrong
are you sure you didn't just forget to send the message now
I just add it to main line and now its works.
once again no need for the f-string
Tysm for help <3
you're welcome 