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

Create Command

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

@csrf
!
@error('name')

{{ $message }}

@enderror

Alphanumeric only, no spaces

@error('response')

{{ $message }}

@enderror

Use {user} to mention the person who used the command

@error('cooldown_sec')

{{ $message }}

@enderror

If checked, users must type !command. If unchecked, typing just command will also work.

Cancel
@endsection