yibuh
yibuh
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by yibuh on 8/6/2022 in #djs-questions
Add empty value to embed field
I know I can use the \u200b character but is it possible to use it only on the field value and not on the title?
3 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/29/2022 in #djs-questions
Has the end() method been removed from InteractionCollector?
I am dumb
4 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/29/2022 in #djs-questions
Has the end() method been removed from InteractionCollector?
Nevermind
4 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/29/2022 in #djs-questions
Has the end() method been removed from InteractionCollector?
collector.on('collect', async i => {
if (i.user.id !== interaction.user.id) {
return i.reply({
content: `¡Este panel no te pertenece!.`,
ephemeral: true,
});
}
collector.end();
}
collector.on('collect', async i => {
if (i.user.id !== interaction.user.id) {
return i.reply({
content: `¡Este panel no te pertenece!.`,
ephemeral: true,
});
}
collector.end();
}
4 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
and how can I access it?
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
oh
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
const prevEmbed = new EmbedBuilder().from(interaction.message.embeds[1]);
const prevEmbed = new EmbedBuilder().from(interaction.message.embeds[1]);
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
(intermediate value).from is not a function
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
my bad
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
I was looking for it on the builders section
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
oh thank you
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
ty 🙂
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
Nothing about a from method in the docs, but i will try that
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/26/2022 in #djs-questions
setDefaultMemberPermissions
I see, that was it. Members do not have access to the command. Ty so much ❤️
4 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/23/2022 in #djs-questions
Detect user profile picture update
I am wondering if Client#userUpdate only triggers for cached users too or if it isn't necessary for the user to be in the bot's cache
18 replies
DIAdiscord.js - Imagine an app
Created by yibuh on 7/23/2022 in #djs-questions
Detect user profile picture update
because of the event not triggering always?
18 replies