For the complete documentation index, see llms.txt. This page is also available as Markdown.

DISCORD_UNBANNED

 {
     "event": "DISCORD_UNBANNED",
     "payload": {
          "admin": {
               "userId": string,
               "username": string,
               "createdAt": number,
               "isBot": boolean,
          },
          "victim": {
               "userId": string,
          },
          "reason": string
     }
 }

Last updated

Was this helpful?