Added option to customize the messages sent when the users starts streaming
This commit is contained in:
@@ -25,7 +25,10 @@ class TestWebhookAction extends FormRequest
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
"discord_hook_url" => "required|url|starts_with:https://discordapp.com/api/webhooks/,https://discord.com/api/webhooks/"
|
||||
"discord_webhook_url" => "required|url|starts_with:https://discordapp.com/api/webhooks/,https://discord.com/api/webhooks/",
|
||||
"username" => "nullable|string|max:50",
|
||||
"avatar" => "nullable|url",
|
||||
"content" => "nullable|string|max:2000"
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user