Paribesh.
Paribesh.
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/28/2023 in #djs-questions
error
is this code wrong ??
13 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/28/2023 in #djs-questions
error
ok done thanks
13 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/28/2023 in #djs-questions
error
13 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/28/2023 in #djs-questions
error
ok
13 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/28/2023 in #djs-questions
error
13 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/14/2023 in #djs-questions
variable
this also ??
12 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/14/2023 in #djs-questions
variable
${guild.members.cache.size}
12 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/14/2023 in #djs-questions
variable
${client.users.cache.size}
12 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/14/2023 in #djs-questions
variable
have 427 memeber in the guild shows 3 only why ??
12 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/14/2023 in #djs-questions
variable
No description
12 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/14/2023 in #djs-questions
variable
No description
12 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/12/2023 in #djs-questions
actionrow
selectMenuRow. ??
9 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/12/2023 in #djs-questions
actionrow
no like after 50000ms i need that menu to be disabled so
9 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/12/2023 in #djs-questions
actionrow
how to disable selectmenurow after certain time ??
9 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/7/2023 in #djs-questions
error
selectMenuRow. ???
107 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/7/2023 in #djs-questions
error
what to do to disable actionrowmenu after a certain time ??
107 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/7/2023 in #djs-questions
error
No description
107 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/7/2023 in #djs-questions
error
by ticket_
107 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/7/2023 in #djs-questions
error
i thinks its filtered
107 replies
DIAdiscord.js - Imagine an app
Created by Paribesh. on 12/7/2023 in #djs-questions
error
String(interaction.customId).startsWith("ticket_")
)
return;

const type = String(interaction.customId).split("_")[1];
await interaction.deferReply({
ephemeral: ["transcript"].includes(type) ? false : true,
});

const buttons = new ActionRowBuilder().addComponents(
new ButtonBuilder()
.setEmoji(config.emojis.close)
.setLabel("Close Ticket")
.setCustomId("ticket_close")
.setStyle(ButtonStyle.Secondary),
new ButtonBuilder()
.setEmoji(config.emojis.transcipt)
.setLabel("Transcript")
.setCustomId("ticket_transcript")
.setStyle(ButtonStyle.Secondary)
);
String(interaction.customId).startsWith("ticket_")
)
return;

const type = String(interaction.customId).split("_")[1];
await interaction.deferReply({
ephemeral: ["transcript"].includes(type) ? false : true,
});

const buttons = new ActionRowBuilder().addComponents(
new ButtonBuilder()
.setEmoji(config.emojis.close)
.setLabel("Close Ticket")
.setCustomId("ticket_close")
.setStyle(ButtonStyle.Secondary),
new ButtonBuilder()
.setEmoji(config.emojis.transcipt)
.setLabel("Transcript")
.setCustomId("ticket_transcript")
.setStyle(ButtonStyle.Secondary)
);
107 replies