Typing Oauth2Guild
Does anyone know if
discord-api-types
has a builtin type for an Oauth2Guild (i.e. a guild fetched via the oauth2 api/v10/users/@me/guilds
route) or would it just be 5 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.(
discord-api-types
0.37.47
)probably RESTAPIPartialCurrentUserGuild
https://discord-api-types.dev/api/discord-api-types-v10/interface/RESTAPIPartialCurrentUserGuild
see this too
https://discord-api-types.dev/api/discord-api-types-v10#RESTGetAPICurrentUserGuildsResult
that looks right 💜 thx!
np