Ensyde
DIAdiscord.js - Imagine an app
•Created by oddiz on 10/2/2023 in #djs-questions
How to fetch an command interaction and extract message
From what I understand, you want to get what the user typed in while using a slash command? To do that, you will have to add a string option to your command and then get the option's content.
https://discordjs.guide/slash-commands/parsing-options.html#command-options
9 replies