“These buttons are not for you” Discord.js

I’m using discord.js to make a bot command. This command replies with a set of buttons that a user can click. I am trying to make it so that if another user clicks the button, it replies with an ephemeral message saying that they cannot click the buttons.
Currently, the ephemeral message sends to the person that used the slash command, instead of the person clicking on the buttons.