CoolName | Exam
CoolName | Exam
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/24/2023 in #djs-questions
how to make timelock command
can you give some example
4 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/24/2023 in #djs-questions
how to make timelock command
how to store the timestamp
4 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/24/2023 in #djs-questions
how to detect an embed and then resend it
it worked
19 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/24/2023 in #djs-questions
how to detect an embed and then resend it
thanks man
19 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/24/2023 in #djs-questions
how to detect an embed and then resend it
thanks man
19 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/24/2023 in #djs-questions
how to detect an embed and then resend it
so the code will be
if (message.embeds[0].title === '')
if (message.embeds[0].title === '')
?
19 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/19/2023 in #djs-questions
Get multiple user
so use message.mentions.user() ?
38 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/19/2023 in #djs-questions
Get multiple user
do you mean this?
function getUserFromMention(mention) {
if (!mention) return;

if (mention.startsWith('<@') && mention.endsWith('>')) {
mention = mention.slice(2, -1);

if (mention.startsWith('!')) {
mention = mention.slice(1);
}

return client.users.cache.get(mention);
}
}
function getUserFromMention(mention) {
if (!mention) return;

if (mention.startsWith('<@') && mention.endsWith('>')) {
mention = mention.slice(2, -1);

if (mention.startsWith('!')) {
mention = mention.slice(1);
}

return client.users.cache.get(mention);
}
}
38 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/19/2023 in #djs-questions
Get multiple user
mhm
38 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/19/2023 in #djs-questions
Get multiple user
not understand at the loop/for part
38 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/19/2023 in #djs-questions
Get multiple user
can you give me some codes example?
38 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/19/2023 in #djs-questions
Get multiple user
i want to make a autolock channel when there have sh hunter in poketwo
38 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/19/2023 in #djs-questions
Get multiple user
**:sparkles:Shiny Hunt Pings:**
38 replies
DIAdiscord.js - Imagine an app
Created by CoolName | Exam on 6/17/2023 in #djs-questions
Can bot detect other bot message?
how to make it dont ignore message from other bots?
7 replies