InFiNiTy
InFiNiTy
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
welp idk then, wait for patch
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
@sludge try this (edited version)
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
i might have fucked up code
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
wait hold on
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
¯\_(ツ)_/¯
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
maybe bc im using bun instead of node
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
No description
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
first try
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
it just worked
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
XD
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
idrk
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
well
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
so u can replace it
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
oh and dont mind colors.normal, its just a number
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
if not im out
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
that should work
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
components: [
{
type: ComponentType.Container,
accent_color: colors.normal,
components: [
{
type: ComponentType.MediaGallery,
items: [
{
media: {
url: `veryinterestingurltoanimage`,

}
}
]
},
],
{
type: ComponentType.Section,
components: [
{
type: ComponentType.TextDisplay,
content: stripIndents`
**${interaction.guild?.name} - Basic informations**
-# Here you can find overview of your server, have a look around!

${interaction.guild?.description ?? 'No description provided'}`
},
],
accessory: {
type: ComponentType.Thumbnail,
media: {
url: interaction.guild?.iconURL() as string
}
}
},
{
type: ComponentType.TextDisplay,
content: `blahblahblah`
},
}

]
components: [
{
type: ComponentType.Container,
accent_color: colors.normal,
components: [
{
type: ComponentType.MediaGallery,
items: [
{
media: {
url: `veryinterestingurltoanimage`,

}
}
]
},
],
{
type: ComponentType.Section,
components: [
{
type: ComponentType.TextDisplay,
content: stripIndents`
**${interaction.guild?.name} - Basic informations**
-# Here you can find overview of your server, have a look around!

${interaction.guild?.description ?? 'No description provided'}`
},
],
accessory: {
type: ComponentType.Thumbnail,
media: {
url: interaction.guild?.iconURL() as string
}
}
},
{
type: ComponentType.TextDisplay,
content: `blahblahblah`
},
}

]
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
and its raw JSON
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
which works
43 replies
DIAdiscord.js - Imagine an app
Created by sludge on 4/26/2025 in #djs-questions
component.toJSON is not a function
wait, I'll send u my sample
43 replies