Krauti
Krauti
DIAdiscord.js - Imagine an app
Created by Krauti on 3/16/2025 in #djs-questions
Its not possible to reuse / edit the same reply over and over again?
I reply to an initial Chatinput command with Ephemeral reply including an actionrow with interactive components. After interactions with these i want to edit the reply which is working fine but i then there will be an error because im not doing a new reply. Is there a way to avoid this ?
13 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
Is this intended ?
await rest.get(Routes.applicationCommands(applicationId))
await rest.get(Routes.applicationCommands(applicationId))
leaves descriptionLocalized and descriptionLocalization undefined.
15 replies