JoelHCraft
JoelHCraft
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 5/19/2024 in #djs-questions
@discord/embedded-app-sdk
I do not get an error back either.
3 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/20/2023 in #djs-questions
Arrays
It is isn't it because it's about embeds
7 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/20/2023 in #djs-questions
Arrays
If that helps
7 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/20/2023 in #djs-questions
Arrays
No description
7 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/20/2023 in #djs-questions
Arrays
No description
7 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Option values
Ta
17 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Option values
name does not work
17 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Option values
const punishmentTypeValue = interaction.options.getString('punishment-type')?.name
const punishmentTypeValue = interaction.options.getString('punishment-type')?.name
17 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Option values
I want it to say Server Ban
17 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Option values
and it returns server-ban
17 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Option values
I tried using .name
17 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Embed editting
that still doesn't explain how to edit a specific embed value
19 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Embed editting
But
19 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Embed editting
To be honest you have said ButtonInteraction.update()
19 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Embed editting
I cannot be getting this to work for some reason.
19 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Embed editting
Is their not a way of just changing a field rather than making a whole new embed
19 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Embed editting
collector.on('collect', async (i) => {
if (i.customId === 'confirm') {

loaEmbed.setColor(0xFF0000);

await message.edit({ embeds: [loaEmbed], components: [] });
} else if (i.customId === 'cancel') {

await message.delete();
}
});
collector.on('collect', async (i) => {
if (i.customId === 'confirm') {

loaEmbed.setColor(0xFF0000);

await message.edit({ embeds: [loaEmbed], components: [] });
} else if (i.customId === 'cancel') {

await message.delete();
}
});
19 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/13/2023 in #djs-questions
Embed editting
I have this :
19 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/12/2023 in #djs-questions
Err | Embed failure / Invalid body form
I am afraid I am stuck on this one.
16 replies
DIAdiscord.js - Imagine an app
Created by JoelHCraft on 12/12/2023 in #djs-questions
Err | Embed failure / Invalid body form
There was an error running this command: TypeError: interaction.options.getString is not a function
There was an error running this command: TypeError: interaction.options.getString is not a function
16 replies