#how do i Edit a response
1 messages · Page 1 of 1 (latest)
hm
do await interaction.response.defer()
and pass in interaction
not ctx
in the callback
and interaction.edit_original_message()

this one
ok
why the heck is there two ()
just move the content=... into edit_original_response
learn some python before going into pycord