Mr. Panda
Mr. Panda
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/17/2023 in #djs-questions
Property 'description' does not exist on type 'ApplicationCommandData'.
thanks!
7 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/17/2023 in #djs-questions
Property 'description' does not exist on type 'ApplicationCommandData'.
ok great, im not going crazy
7 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/17/2023 in #djs-questions
Property 'description' does not exist on type 'ApplicationCommandData'.
from my IDE
7 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
thank you for relieving the pain of me trying to fix this 💀
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
it worksssss!
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
ah, so it would look something like this then?
await rest
.get(Routes.userGuilds(), {
query: makeURLSearchParams({
after: allBotGuilds[199 * (i + 1)]?.id,
}),
})
await rest
.get(Routes.userGuilds(), {
query: makeURLSearchParams({
after: allBotGuilds[199 * (i + 1)]?.id,
}),
})
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
Yea that did not work
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
before I mess something up again, I just wanna clarify the correct format
await rest
.get(Routes.userGuilds(), { after: allBotGuilds[199 * (i + 1)]?.id })
await rest
.get(Routes.userGuilds(), { after: allBotGuilds[199 * (i + 1)]?.id })
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
not me forgetting how to place params 💀
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
so {before: null, after: ...}?
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 7/9/2023 in #djs-questions
@discordjs/rest question
sorry for the ghost ping I sent the wrong URL
19 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 8/10/2022 in #djs-questions
Undici ConnectTimeoutError Connect Timeout Error
It Worked! Thank you so much!
9 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 8/10/2022 in #djs-questions
Undici ConnectTimeoutError Connect Timeout Error
is it just me or is that channel deleted?
9 replies
DIAdiscord.js - Imagine an app
Created by Mr. Panda on 8/10/2022 in #djs-questions
Undici ConnectTimeoutError Connect Timeout Error
But it should not be occurring in the first place...
9 replies