#Interaction replies from other bots

2 messages · Page 1 of 1 (latest)

little hornet
#

I want my bot to do something when it sees a specific message from another bot. The thing is that the specific message is the reply to a command, and it can either be a normal or a slash command. I need to know who used the command, so if it's a normal one it's easy because I can just fetch the last message, but if it's a slash command... How can my bot detect it is so, and know who used it?

floral kernel
#

message.interaction has some basic information about it, not sure if it includes the user