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?
Thanks @treble/luna
13 replies
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?
overengineerd that stuff lol
13 replies
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 alway thought i had to update the previous interaction, passing it along in my handler callback
13 replies
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?
this works
13 replies
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?
Yeah i would like avoid a new reply thats what this is about
13 replies
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?
Yes i do, and like i said the content of the reply gets changed (i replace a stringselectMenu with some buttons) and then in the first button there are these animated dots (and disabled) and after a while theres this error "this interaction failed"
13 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
what would be the right type for consuming this api?
15 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
yeah i did. now i get informations. oh f me i thought that as ApplicationCommand would checkout since i saw most attributes match
15 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
let urlParam = new URLSearchParams()
urlParam.set('with_localizations', "true")
let commands: ApplicationCommand[] = await rest.get(Routes.applicationCommands(applicationId), {query: urlParam})
let urlParam = new URLSearchParams()
urlParam.set('with_localizations', "true")
let commands: ApplicationCommand[] = await rest.get(Routes.applicationCommands(applicationId), {query: urlParam})
same result
15 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
Ah Alright i will try
15 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
Where ist this option
15 replies