How to test who invited a Bot?

How to test who invited a Bot?
3 Replies
d.js docs
d.js docs2y ago
• 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.
souji
souji2y ago
you need to fetch audit logs (and the according permission) to do that https://discord.js.org/#/docs/discord.js/14.0.3/class/Guild?scrollTo=fetchAuditLogs
RichtigJoJo
RichtigJoJo2y ago
thx