A framework for quickly building Discord bots + more packages relating to the Discord API, with a primary goal on a rich developer experience.
64
stars
1
forks
source link
Rest client has untyped methods for some thread actions #50
Closed
paperdave closed 2 years ago
The following methods do not have types unless they are named something nonstandard.
channel.listPublicArchivedThreads
docschannel.listPrivateArchivedThreads
docschannel.listJoinedPrivateArchivedThreads
docsI have an issue open upstream at https://github.com/discordjs/discord-api-types/issues/526 inquiring about this. if enough time goes by, i'll take a deep look though api types and figure out how to implement them.
I would add the low hanging fruit tag but i don't think any action of touching
gen-routes.js
is low hanging haha.