GeekCorner
GeekCorner
DIAdiscord.js - Imagine an app
Created by GeekCorner on 9/25/2023 in #djs-questions
Invite code field
No description
6 replies
DIAdiscord.js - Imagine an app
Created by GeekCorner on 9/1/2023 in #djs-questions
member.pending and requirements
Does the GuildMember.pending will return true if the user has to wait the 10 minutes before talking or hasen't verified the email?
8 replies
DIAdiscord.js - Imagine an app
Created by GeekCorner on 8/4/2023 in #djs-questions
GuildMemberRemove and roles
Hi, may someone tell me if the Member from GuildMemberRemove event has the role property with roles before they leave the server?
4 replies
DIAdiscord.js - Imagine an app
Created by GeekCorner on 3/11/2023 in #djs-questions
message.createdAt.toISOString() returns a date in 2021
Basically title. It returns this string: "2021-05-11T05:48:10.036Z", did I missed an intent/partial?
23 replies
DIAdiscord.js - Imagine an app
Created by GeekCorner on 3/8/2023 in #djs-questions
What is color format when using "embed.color"?
Basically title, it seems it isn't hex or rgb, what is it then?
19 replies
DIAdiscord.js - Imagine an app
Created by GeekCorner on 2/7/2023 in #djs-questions
Awaiting user to finish onboarding before doing something
Basically title. Is there something to do like that?
7 replies
DIAdiscord.js - Imagine an app
Created by GeekCorner on 10/16/2022 in #djs-questions
How do I get target message
How do I check if message is a reply and get the target message?
6 replies
DIAdiscord.js - Imagine an app
Created by GeekCorner on 10/15/2022 in #djs-questions
Discord.js 14 ping is returning -1
May someone explain me why when I run put this in my code in the ready event :
console.log(client.ws.ping)
console.log(typeof(client.ws.ping))
console.log(client.ws.ping)
console.log(typeof(client.ws.ping))
I get the following output:
-1
number
-1
number
Thanks
13 replies
DIAdiscord.js - Imagine an app
Created by GeekCorner on 7/19/2022 in #djs-questions
Regarding ActivityPlatform
Alright I'm using ActivityPlatform on my bot, is there any way to do the same with v14 since it got removed?
20 replies