MAJ
MAJ
DIAdiscord.js - Imagine an app
Created by MAJ on 11/24/2023 in #djs-questions
Mentioning slash commands not working
that would be this line of code your refering to
commandMentions.push(`</${commandData.name}:${cmd.id}>: ${commandData.description}`);
commandMentions.push(`</${commandData.name}:${cmd.id}>: ${commandData.description}`);
and it should be changed to
commandMentions.push(`</${commandData.name}:${cmd.name}>: ${commandData.description}`);
commandMentions.push(`</${commandData.name}:${cmd.name}>: ${commandData.description}`);
6 replies
DIAdiscord.js - Imagine an app
Created by MAJ on 11/17/2023 in #djs-questions
Help with a code from ChatGPT.
is it fine if i gave my question back here? Its different from the initial question its now to do with the cool down edit: nvm fixed it
8 replies
DIAdiscord.js - Imagine an app
Created by MAJ on 11/17/2023 in #djs-questions
Help with a code from ChatGPT.
Actually I did it, im proud of myslef.. I'm planing on making an economy bot, i got the base off so i'd go research more into it. If there is a docs realted to eco commands i'd appreciate a link
8 replies
DIAdiscord.js - Imagine an app
Created by MAJ on 11/17/2023 in #djs-questions
Help with a code from ChatGPT.
i actually did it alr but ran into the same kind of problem thats why i turned to chat gpt to see if i could get it from scratch. But i'd try it back and see how it goes
8 replies
DIAdiscord.js - Imagine an app
Created by MAJ on 11/17/2023 in #djs-questions
Help with a code from ChatGPT.
Discord.js: [email protected] Node: v21.1.0
8 replies