#reaction on respond
1 messages · Page 1 of 1 (latest)
is it even possible to react on respond messages from slash commands ?
when i use prefix it will add the reaction
but in / command is not working
ctx.respond doesnt return a Message object
you need to fetch it
using msg = await ctx.interaction.original_response()
you can then use the add_reaction method on this msg object