06.o
06.o
DIAdiscord.js - Imagine an app
Created by 06.o on 8/23/2023 in #djs-questions
Discord.js
const user = await interaction.options.getUser("user", true);
const ticket = await client.db.get(`tickets_${interaction.channel.id}`);
if (!ticket) return await interaction.reply({content: "**لم يتم إيجاد التذكرة**", ephemeral: true}).catch((e) => console.log(e));
const user = await interaction.options.getUser("user", true);
const ticket = await client.db.get(`tickets_${interaction.channel.id}`);
if (!ticket) return await interaction.reply({content: "**لم يتم إيجاد التذكرة**", ephemeral: true}).catch((e) => console.log(e));
I'm getting the reply and error in the cmd : Interaction has already been acknowledged.
3 replies
DIAdiscord.js - Imagine an app
Created by 06.o on 8/5/2023 in #djs-questions
ratelimit
i don't know how much i need
10 replies
DIAdiscord.js - Imagine an app
Created by 06.o on 5/13/2023 in #djs-questions
Jsonencodable is not a function
thanks for the information
8 replies
DIAdiscord.js - Imagine an app
Created by 06.o on 5/13/2023 in #djs-questions
Jsonencodable is not a function
if i update i will need to update the function in the code ?
8 replies
DIAdiscord.js - Imagine an app
Created by 06.o on 5/13/2023 in #djs-questions
Jsonencodable is not a function
i'm on discord.js@14.8.0
8 replies
DIAdiscord.js - Imagine an app
Created by 06.o on 5/13/2023 in #djs-questions
Jsonencodable is not a function
8 replies
DIAdiscord.js - Imagine an app
Created by 06.o on 11/23/2022 in #djs-questions
SelectMenu reset
i think there is another way to do that
7 replies
DIAdiscord.js - Imagine an app
Created by 06.o on 11/23/2022 in #djs-questions
SelectMenu reset
if 500 user use the bot what will happen ?
7 replies
DIAdiscord.js - Imagine an app
Created by 06.o on 9/6/2022 in #djs-questions
how to reset selected option in discord select menu
How ?
4 replies