drexxdv
drexxdv
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
this thread haves so much messages
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
i gotta mark now
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
nah
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
^
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
use a prefix command, to use the code for registering slash commands
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
i can use a prefix command to that?
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
on other bots
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
i used that code
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
?
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
with this code
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
i registered
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
try {
const commandObjects = await client.application?.commands.set(commands);
if (commandObjects) {
console.log('Se han registrado los siguientes slash commands:', commandObjects.map(command => command.name).join(', '));
} else {
console.error('No se pudo crear los comandos');
}
} catch (error) {
console.error('Error al crear los comandos:', error);
}
try {
const commandObjects = await client.application?.commands.set(commands);
if (commandObjects) {
console.log('Se han registrado los siguientes slash commands:', commandObjects.map(command => command.name).join(', '));
} else {
console.error('No se pudo crear los comandos');
}
} catch (error) {
console.error('Error al crear los comandos:', error);
}
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
now works
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
i register globally the slash
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
yes
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
the slash works
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
lets try now
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
was my fault
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
i never think of {}
146 replies
DIAdiscord.js - Imagine an app
Created by drexxdv on 2/16/2024 in #djs-questions
Discriminator turns into "0"
i can get a good code
146 replies