Kinect3000
DIAdiscord.js - Imagine an app
•Created by VoidKaz on 11/3/2024 in #djs-questions
Obtaining Guild Name Doesn't Seem To Work v13.4.
The only other way it’s empty is if you have cache settings that prevents guilds from being cached or you clear the cache yourself
9 replies
DIAdiscord.js - Imagine an app
•Created by VoidKaz on 11/3/2024 in #djs-questions
Obtaining Guild Name Doesn't Seem To Work v13.4.
Are you sure the bot is in a guild?
9 replies
DIAdiscord.js - Imagine an app
•Created by VoidKaz on 11/3/2024 in #djs-questions
Obtaining Guild Name Doesn't Seem To Work v13.4.
Better yet, just map and join the Collection
9 replies
DIAdiscord.js - Imagine an app
•Created by VoidKaz on 11/3/2024 in #djs-questions
Obtaining Guild Name Doesn't Seem To Work v13.4.
You should just do
for (const guild of client.guilds.cache.values()) {…}
9 replies
DIAdiscord.js - Imagine an app
•Created by VoidKaz on 11/3/2024 in #djs-questions
Obtaining Guild Name Doesn't Seem To Work v13.4.
Pretty sure Map.values() returns an Iterator, not an Array
9 replies
DIAdiscord.js - Imagine an app
•Created by pןɐnɯoᴚ on 10/21/2024 in #djs-questions
How do I convert this a permission int into an PermissionString[]
Unless ur on an outdated version
9 replies
DIAdiscord.js - Imagine an app
•Created by pןɐnɯoᴚ on 10/21/2024 in #djs-questions
How do I convert this a permission int into an PermissionString[]
Afaik, Discord provides permissions as string
9 replies
DIAdiscord.js - Imagine an app
•Created by pןɐnɯoᴚ on 10/21/2024 in #djs-questions
How do I convert this a permission int into an PermissionString[]
Not sure why you aren’t even getting it as string
9 replies
DIAdiscord.js - Imagine an app
•Created by pןɐnɯoᴚ on 10/21/2024 in #djs-questions
How do I convert this a permission int into an PermissionString[]
PermissionsBitField takes BigInt, not number
9 replies
DIAdiscord.js - Imagine an app
•Created by Skylife on 10/20/2024 in #djs-questions
value of autocomplete gets lost after switching to other channel and back
Yea, that would be a Discord app issue then, not D.js
6 replies
DIAdiscord.js - Imagine an app
•Created by Skylife on 10/20/2024 in #djs-questions
value of autocomplete gets lost after switching to other channel and back
Oh, ur saying you get the name instead of value
6 replies
DIAdiscord.js - Imagine an app
•Created by Skylife on 10/20/2024 in #djs-questions
value of autocomplete gets lost after switching to other channel and back
What was the error?
6 replies
DIAdiscord.js - Imagine an app
•Created by dheurfje on 10/20/2024 in #djs-questions
I need help to make the messages personal in a Discord channel for newcome
Ephemeral messages are only available via interactions
4 replies
DIAdiscord.js - Imagine an app
•Created by dheurfje on 10/20/2024 in #djs-questions
I need help to make the messages personal in a Discord channel for newcome
That’s not possible in ur situation
4 replies
DIAdiscord.js - Imagine an app
•Created by 𝘈𝘵𝘵𝘪𝘤𝘶𝘴𝘚𝘜𝘗𝘙𝘌𝘔𝘌 on 10/17/2024 in #djs-questions
DiscordAPIError[50035]: Invalid Form Body0[AUTO_MODERATION_MAX_RULES_OF_TYPE_EXCEEDED]: Maximum num
My bad, didn’t mean to press that
15 replies
DIAdiscord.js - Imagine an app
•Created by 𝘈𝘵𝘵𝘪𝘤𝘶𝘴𝘚𝘜𝘗𝘙𝘌𝘔𝘌 on 10/17/2024 in #djs-questions
DiscordAPIError[50035]: Invalid Form Body0[AUTO_MODERATION_MAX_RULES_OF_TYPE_EXCEEDED]: Maximum num
It’s cut off in the title
15 replies
DIAdiscord.js - Imagine an app
•Created by 𝘈𝘵𝘵𝘪𝘤𝘶𝘴𝘚𝘜𝘗𝘙𝘌𝘔𝘌 on 10/17/2024 in #djs-questions
DiscordAPIError[50035]: Invalid Form Body0[AUTO_MODERATION_MAX_RULES_OF_TYPE_EXCEEDED]: Maximum num
What’s the error?
15 replies
DIAdiscord.js - Imagine an app
•Created by LukeZ on 10/13/2024 in #djs-questions
How to handle HTTP errors?
33 replies
DIAdiscord.js - Imagine an app
•Created by LukeZ on 10/13/2024 in #djs-questions
How to handle HTTP errors?
The second if statement belongs in the first one
33 replies
DIAdiscord.js - Imagine an app
•Created by LukeZ on 10/13/2024 in #djs-questions
How to handle HTTP errors?
Otherwise, error could be undefined or null for all you know
33 replies