Configuration Schema Properties
| Property | Type | Description | Required |
|---|
| tokens | object | OAuth tokens for user-based operations | - |
| tokens.access_token | string | - | ✓ |
| tokens.refresh_token | object | - | - |
| tokens.expires_in | object | - | - |
| tokens.token_type | object | - | - |
| tokens.scope | object | - | - |
| tokens.tokenObtainedAt | object | - | - |
| clientSecret | object | Client Secret from Discord Developer Portal (required for OAuth) | - |
| clientId | object | Client ID from Discord Developer Portal (required for OAuth) | - |
Use the properties above to configure your JSON in the editor below.