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

Edit Command

Update command for {{ $tenant->channel_title }}

@csrf @method('PUT')
!
@error('name')

{{ $message }}

@enderror
@error('response')

{{ $message }}

@enderror

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

@error('cooldown_sec')

{{ $message }}

@enderror
is_enabled) ? 'checked' : '' }} class="w-4 h-4 text-db-accent-primary bg-db-surface border-db-border rounded focus:ring-2 focus:ring-db-accent-primary/50">
require_prefix ?? true) ? 'checked' : '' }} class="w-4 h-4 mt-0.5 text-db-accent-primary bg-db-surface border-db-border rounded focus:ring-2 focus:ring-db-accent-primary/50">

If checked, users must type !{{ $command->name }}. If unchecked, typing just {{ $command->name }} will also work.

Cancel
@endsection