Content
Every webhook is formatted like this
{
botID: string; // 499595256270946326 if main bot, will change if Private bot
type: string; // name of the webhook event (ie member.join)
data: any; // see below
timestamp: number // webhook sent timestamp
}
For data see this page:
👥MembersLast updated
Was this helpful?