@extends('layouts.app') @section('content')
Back to Commands

Create Command

Add a new custom command for {{ $tenant->channel_title }}

@csrf
!
@error('name')

{{ $message }}

@enderror

Alphanumeric characters only, no spaces

@error('response')

{{ $message }}

@enderror

The message that will be sent when this command is used

@error('cooldown_sec')

{{ $message }}

@enderror

Minimum time between command uses

@error('required_role')

{{ $message }}

@enderror

Minimum role required to use this command

Cancel
@endsection