NoMoreLife
NoMoreLife
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by NoMoreLife on 6/30/2023 in #djs-questions
how can i make button Bot Discord
this my code
5 replies
DIAdiscord.js - Imagine an app
Created by NoMoreLife on 6/30/2023 in #djs-questions
how can i make button Bot Discord
let allCommands = categories.map((cat) => {
let cmds = commands
.filter((cmd) => cmd.category == cat)
.map((cmd) => `\`${cmd.name}\``)
.join(" * ");

return {
name: `${emoji[cat]} ${cat}`,
value: cmds,
inline: true,
};
});


let help_embed = new EmbedBuilder()
.setAuthor({
name: `Prefix (-) Dont Use (/) Because it's not updated برجاء عدم استخدام ال سلاش لانها لم تكن متحدثه`,
iconURL: client.user.displayAvatarURL({ dynamic: true }),
})

.addFields(allCommands)
.setFooter(client.getFooter(user));

send({
embeds: [help_embed],
});
};
};
let allCommands = categories.map((cat) => {
let cmds = commands
.filter((cmd) => cmd.category == cat)
.map((cmd) => `\`${cmd.name}\``)
.join(" * ");

return {
name: `${emoji[cat]} ${cat}`,
value: cmds,
inline: true,
};
});


let help_embed = new EmbedBuilder()
.setAuthor({
name: `Prefix (-) Dont Use (/) Because it's not updated برجاء عدم استخدام ال سلاش لانها لم تكن متحدثه`,
iconURL: client.user.displayAvatarURL({ dynamic: true }),
})

.addFields(allCommands)
.setFooter(client.getFooter(user));

send({
embeds: [help_embed],
});
};
};
5 replies
CC#
Created by NoMoreLife on 6/20/2023 in #help
❔ how to merge two projects together and interact with them in visual studio
@ZP ░▒▓█├■̶˾̶͞■┤█▓▒░can you come private
7 replies
CC#
Created by NoMoreLife on 6/20/2023 in #help
❔ how to merge two projects together and interact with them in visual studio
i want add KeyAuth Login in my App So I need merge them
7 replies