Sourceae
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 3/6/2024 in #djs-questions
Commands not refreshing after being correctly deployed
Thanks for the clarification 🙏
7 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 3/6/2024 in #djs-questions
Commands not refreshing after being correctly deployed
Should anyone restart its discord client to get a bot commands updates ?
7 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 3/6/2024 in #djs-questions
Commands not refreshing after being correctly deployed
This actually worked but is this the expected behaviour ?
7 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 11/12/2023 in #djs-questions
"Interaction has already been acknowledged" after invoking a command twice in a row
It worked, thanks.
4 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 11/3/2023 in #djs-questions
Edit two messages within the same button handler
I was missing an await in the API call that's why sometimes it was editing the message before receiving the data. Thanks 😄
4 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
thanks for the help 🙂
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
no quote
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
correct syntax was just
color: 0xffffff
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
DiscordAPIError[50035]: Invalid Form Body
embeds[0].color[NUMBER_TYPE_COERCE]: Value "0xffffff" is not int.
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
hex string
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
I tried 0xffffff and #ffffff too
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
what if I wanted a custom color ?
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
tried 0xffffff too
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
I tried with color not footer yet
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
I'm getting this error when passing no setColor in the new instance
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/9/2023 in #djs-questions
Extending EmbedBuilder class
So it means that if in args I have .setFooter this will overwrite the actual
footer: {text: "Influence * ${DateNow}"}}
22 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/8/2023 in #djs-questions
Emit command not emitting the event
Thx guys
37 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/8/2023 in #djs-questions
Emit command not emitting the event
37 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/8/2023 in #djs-questions
Emit command not emitting the event
i just misspelled guildMemberRemove
37 replies
DIAdiscord.js - Imagine a bot
•Created by Sourceae on 8/8/2023 in #djs-questions
Emit command not emitting the event
I fetch all members on ready
37 replies