Massicraft
Massicraft
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
ty
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
it works
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
and the limit to 1
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
have i to keep const firstmessage = messages.first(); or not?
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
without storing it
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
and how to fetch the first msg
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
the first message of the channel
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
it seems like it doesn't fetch the right message
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
oh it doesn't log the right embed
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
ok
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
?
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
it has two embeds
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
it does
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
const mess = await interaction.channel.messages.fetch({ limit: 1 });
const me = mess.first();
const Ticket_type = me.embeds[0].data.fields[1].value;
const mess = await interaction.channel.messages.fetch({ limit: 1 });
const me = mess.first();
const Ticket_type = me.embeds[0].data.fields[1].value;
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 12/23/2023 in #djs-questions
error getting the value of a embed's field.
TypeError: Cannot read properties of undefined (reading 'data')
at Object.run (/Users/Desktop/New Emeral Bot/src/components/modals/Tmoda.js:20:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Promise {
<rejected> TypeError: Cannot read properties of undefined (reading 'data')
at Object.run (/Users/Desktop/New Emeral Bot/src/components/modals/Tmoda.js:20:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
}
TypeError: Cannot read properties of undefined (reading 'data')
at Object.run (/Users/Desktop/New Emeral Bot/src/components/modals/Tmoda.js:20:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Promise {
<rejected> TypeError: Cannot read properties of undefined (reading 'data')
at Object.run (/Users/Desktop/New Emeral Bot/src/components/modals/Tmoda.js:20:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
}
28 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 11/6/2023 in #djs-questions
How to show a modal after a reply?
so ButtonInteraction.showModal() ?
5 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 11/5/2023 in #djs-questions
Can't fetch interaction.reply
it works
19 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 11/5/2023 in #djs-questions
Can't fetch interaction.reply
ty very much
19 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 11/5/2023 in #djs-questions
Can't fetch interaction.reply
bc i know that with interaction.update you replace something
19 replies
DIAdiscord.js - Imagine a bot
Created by Massicraft on 11/5/2023 in #djs-questions
Can't fetch interaction.reply
so how do i modify the embed instead of replacing it with a new one
19 replies