hehebrd !!
hehebrd !!
DIAdiscord.js - Imagine an app
Created by hehebrd !! on 8/12/2023 in #djs-questions
how to this type of advanced help menu
https://srcb.in/aatGdT2Ff5 https://srcb.in/IrPCEw0UZu
const commands = interaction.client.commands.filter(x => x.data.name == interaction.commandName).map((x) => x.data.options.map((c) => '`' + c.name + '` :arrow_right: :fdot2: ' + c.description).join("\n"));
const commands = interaction.client.commands.filter(x => x.data.name == interaction.commandName).map((x) => x.data.options.map((c) => '`' + c.name + '` :arrow_right: :fdot2: ' + c.description).join("\n"));
This is my cmd handler It gives when we type /afk help it gives afk related commands such that i need the commands add on selection menu what i do for it
14 replies
DIAdiscord.js - Imagine an app
Created by hehebrd !! on 8/7/2023 in #djs-questions
fix pagination
If the button press the embed would not update https://srcb.in/2C2bR1jTuJ in 1 video I want it to be like the 2nd video
83 replies
DIAdiscord.js - Imagine an app
Created by hehebrd !! on 8/6/2023 in #djs-questions
fix pagination
2 replies