invites

how can I get invite links of servers my bot is in?
4 Replies
d.js toolkit
d.js toolkit10mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
d.js docs
d.js docs10mo ago
method GuildInviteManager#fetch() Fetches invite(s) from Discord. Discord does not condone bots creating invites without the expressed consent of the guild owner/admins. source (Discord Developer Policy)
You may not use the APIs in any way to [...] process Discord Data in a way that surprises or violates Discord users' expectations.
- If you are experiencing problems with a particular guild, have your bot leave and/or blacklist it
treble/luna
treble/luna10mo ago
also note
ItzDaSrijan
ItzDaSrijan10mo ago
ah okay well thanks