validate
Returns the server owner's phone number in digits-only format by reading environment variables and stripping non-digit characters.
Instructions
Return the server owner's phone number in the required format:
{country_code}{number}
Example: 919876543210 (for +91-9876543210)
This reads one of:
- OWNER_PHONE (single env var containing the full digits, e.g. 15551234567)
- OWNER_COUNTRY_CODE and OWNER_PHONE_NUMBER (e.g. 1 and 5551234567)
It strips non-digit characters and returns the digits-only string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |