Appending text to a users message with bot. #8683
-
I want to create a slash command that appends text to a user's message. This would be similar to the /tableflip, /shrug or even the /giphy built in commands. Is there any way to do this? I have tried with the interaction.reply but it creates a new message that comes from the bot. I need the user to be able to edit the message afterwards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is not supported by Discord at the moment so you should create an issue in the Discord API repo. |
Beta Was this translation helpful? Give feedback.
This is not supported by Discord at the moment so you should create an issue in the Discord API repo.
At the moment the closest solution you could take is to reply with a webhook using the user's avatar and name. This however shows the (unverified) bot badge near the name and the role color does not appear