chmod
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by feelfeel2008 on 6/19/2024 in #djs-questions
DiscordAPIError[10062]
Rest default timeout is a bit different than interaction timeout, so when you deferReply initially, does the msg actually get deferred on discord? Does the bot show up as "thinking..." while your code on the other hand breaks?
18 replies
DIAdiscord.js - Imagine an app
•Created by feelfeel2008 on 6/19/2024 in #djs-questions
DiscordAPIError[10062]
I may be facing the same thing so just joining the thread. Do you know how it breaks, does the defer time out? (rest default is 15 seconds)
18 replies
SIASapphire - Imagine a framework
•Created by Jonny on 6/11/2024 in #sapphire-support
Issues with sending messages.
DJs people said multiple listeners could be it
26 replies
SIASapphire - Imagine a framework
•Created by Jonny on 6/11/2024 in #sapphire-support
Issues with sending messages.
Can't say anything about your initial logging webhooks, those honestly look completely fine although I'm not in the same situation.
I'm dealing only with the hanging defers that happen randomly in production when responding to command interactions, trying to figure out if we're in the same boat with that
26 replies
SIASapphire - Imagine a framework
•Created by Jonny on 6/11/2024 in #sapphire-support
Issues with sending messages.
Does followUp right afterwards result in specifically
unknown webhook
?26 replies
SIASapphire - Imagine a framework
•Created by Jonny on 6/11/2024 in #sapphire-support
Issues with sending messages.
To further narrow down, are you calling deferReply?
And does deffering throw an error?
26 replies
SIASapphire - Imagine a framework
•Created by Jonny on 6/11/2024 in #sapphire-support
Issues with sending messages.
and it stays thinking forever right?
26 replies
SIASapphire - Imagine a framework
•Created by Jonny on 6/11/2024 in #sapphire-support
Issues with sending messages.
deferReply does error but shows
thinking...
in discord right?
code crashes and can't reply because of unknown interaction26 replies
SIASapphire - Imagine a framework
•Created by Jonny on 6/11/2024 in #sapphire-support
Issues with sending messages.
I might have the same issue
26 replies
TTCTheo's Typesafe Cult
•Created by chmod on 7/15/2023 in #questions
help why bar any but not foo
nvm loses type enforcement for BaseRouter
14 replies
TTCTheo's Typesafe Cult
•Created by chmod on 7/15/2023 in #questions
help why bar any but not foo
have it on the side too and it's pure sorcery too lol, but looks like mapping
annoyingly finally solved
14 replies
TTCTheo's Typesafe Cult
•Created by chmod on 7/15/2023 in #questions
help why bar any but not foo
thanks for the efforts, I've been at this for several days
(and yeah already there lol https://discord.com/channels/997886693233393714/1129809460966207558)
14 replies
TTCTheo's Typesafe Cult
•Created by chmod on 7/15/2023 in #questions
help why bar any but not foo
a mini trpc
seems impossible without having BaseRouter be a mapped type itself sorta like
14 replies
TTCTheo's Typesafe Cult
•Created by chmod on 7/15/2023 in #questions
help why bar any but not foo
oof still any
really don't want to poison all references with generics but it seems it's inevitable
14 replies
TTCTheo's Typesafe Cult
•Created by chmod on 7/15/2023 in #questions
help why bar any but not foo
thanks that worked! however now fails with
14 replies
TTCTheo's Typesafe Cult
•Created by chmod on 7/15/2023 in #questions
help why bar any but not foo
why does default bar become any, but foo works?
14 replies
SIASapphire - Imagine a framework
•Created by chmod on 6/21/2023 in #sapphire-support
Converted to es6 module, commands not loading
thx legend
5 replies
DIAdiscord.js - Imagine an app
•Created by chmod on 5/10/2023 in #djs-questions
get member role cache crash
you were 100% correct
7 replies
DIAdiscord.js - Imagine an app
•Created by chmod on 5/10/2023 in #djs-questions
get member role cache crash
Forgot to .clone()
7 replies
DIAdiscord.js - Imagine an app
•Created by chmod on 5/10/2023 in #djs-questions
get member role cache crash
yup just solved it
7 replies