Function: reportCaughtPhish()
reportCaughtPhish(
domain
:string
,apiKey
:string
,guildId
:string
|number
):Promise
<PhishermanReportType
>
Report a caught phish back to phisherman to improve their analytics.
Parameters
Parameter | Type | Default value | Description |
---|---|---|---|
domain | string | undefined | The domain which was caught. |
apiKey | string | storedApiKey | - |
guildId | string | number | '' | The id of the guild in which the domain was caught. |
Returns
Since
1.1.0