espiroaka
espiroaka
DIAdiscord.js - Imagine an app
Created by LT on 6/20/2024 in #djs-questions
"The application did not respond"
node index.js
29 replies
DIAdiscord.js - Imagine an app
Created by espiroaka on 6/7/2024 in #djs-questions
AutocompleteOption.NameLocalizations not works?
Okay thanks
8 replies
DIAdiscord.js - Imagine an app
Created by espiroaka on 6/7/2024 in #djs-questions
AutocompleteOption.NameLocalizations not works?
I know, but I ask why the name of the options is always the property name
8 replies
DIAdiscord.js - Imagine an app
Created by espiroaka on 6/7/2024 in #djs-questions
AutocompleteOption.NameLocalizations not works?
await interaction.respond([
{
name: "You can use a display name of other platform `platform=displayname` Platforms:",
nameLocalizations: {
"es-ES": "Puedes usar un nombre de otra plataforma `plataforma=nombre` Plataformas:",
"es-419": "Puedes usar un nombre de otra plataforma `plataforma=nombre` Plataformas:"
},
value: ""
},
{
name: "xbl=displayName (xbox live)",
nameLocalizations: {
"es-ES": "xbl=nombre (xbox live)",
"es-419": "xbl=nombre (xbox live)"
},
value: ""
},
{
name: "psn=displayName (play station network)",
nameLocalizations: {
"es-ES": "psn=nombre (play station network)",
"es-419": "psn=nombre (play station network)"
},
value: ""
},
{
name: "steam=displayName (steam)",
nameLocalizations: {
"es-ES": "steam=nombre (steam)",
"es-419": "steam=nombre (steam)"
},
value: ""
},
{
name: "nsw=displayName (Nintendo)",
nameLocalizations: {
"es-ES": "nsw=nombre (Nintendo)",
"es-419": "nsw=nombre (Nintendo)"
},
value: ""
}
]);
await interaction.respond([
{
name: "You can use a display name of other platform `platform=displayname` Platforms:",
nameLocalizations: {
"es-ES": "Puedes usar un nombre de otra plataforma `plataforma=nombre` Plataformas:",
"es-419": "Puedes usar un nombre de otra plataforma `plataforma=nombre` Plataformas:"
},
value: ""
},
{
name: "xbl=displayName (xbox live)",
nameLocalizations: {
"es-ES": "xbl=nombre (xbox live)",
"es-419": "xbl=nombre (xbox live)"
},
value: ""
},
{
name: "psn=displayName (play station network)",
nameLocalizations: {
"es-ES": "psn=nombre (play station network)",
"es-419": "psn=nombre (play station network)"
},
value: ""
},
{
name: "steam=displayName (steam)",
nameLocalizations: {
"es-ES": "steam=nombre (steam)",
"es-419": "steam=nombre (steam)"
},
value: ""
},
{
name: "nsw=displayName (Nintendo)",
nameLocalizations: {
"es-ES": "nsw=nombre (Nintendo)",
"es-419": "nsw=nombre (Nintendo)"
},
value: ""
}
]);
8 replies
DIAdiscord.js - Imagine an app
Created by espiroaka on 6/7/2024 in #djs-questions
AutocompleteOption.NameLocalizations not works?
But why it don`t throw an error?
8 replies
DIAdiscord.js - Imagine an app
Created by espiroaka on 6/7/2024 in #djs-questions
AutocompleteOption.NameLocalizations not works?
Yes but It is an empty value
8 replies
DIAdiscord.js - Imagine an app
Created by espiroaka on 6/7/2024 in #djs-questions
AutocompleteOption.NameLocalizations not works?
node version: v22.0.0
8 replies
DIAdiscord.js - Imagine an app
Created by TechSupport on 3/14/2024 in #djs-questions
Discord Embed not sending
That should work
10 replies
DIAdiscord.js - Imagine an app
Created by TechSupport on 3/14/2024 in #djs-questions
Discord Embed not sending
await channel.send({embeds: [embed]})
10 replies