Added new discord domain 'discord.com'
This commit is contained in:
@@ -25,7 +25,7 @@ class TestWebhookAction extends FormRequest
|
|||||||
public function rules()
|
public function rules()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
"discord_hook_url" => "required|url|starts_with:https://discordapp.com/api/webhooks/"
|
"discord_hook_url" => "required|url|starts_with:https://discordapp.com/api/webhooks/,https://discord.com/api/webhooks/"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user