#Best way to know who invites who

1 messages · Page 1 of 1 (latest)

rugged dagger
#

Hello to all,
I can't find the information in the doc, I would like to make an invitation tracker.
Do I need to implement some logic when a user arrives/leaves (and retrieve if possible his original inviter?) or py cord allows to retrieve theses informations ?

frank steeple
#

Discord doesn't provide this info at all.

What invite tracker bot do is:

  • Get all invites
  • Save the usage counts
  • On join get all invites again
  • Check which ones has the usage count changed
rugged dagger
frank steeple
#

imagination

#

nah you really have to build something yourself for that

#

have maybe two tables
one with invite infos, and one linked to the invites but with your own count

rugged dagger
#

Okey I'll do this

#

Thanks for your time

frank steeple
#

sure