#Bot invited via User App or Server Invite?

5 messages · Page 1 of 1 (latest)

weary fiber
#

Is it possible to get if the bot was invited via User App or added to a server?

blissful sorrelBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • 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!
  • Marked as resolved by OP
lost cliff
#

when do you want to get that information? when an interaction happens or at the moment it gets installed?

coral heartBOT
#

discord Webhook Events
Webhook events are one-way events sent to your app over HTTP to notify you when an event occured. Unlike events that are sent over Gateway connections, events sent over webhooks are not realtime or guaranteed to be in order.
read more