@extends('layouts.app') @section('content')
Manage custom commands for {{ $tenant->channel_title }}
| Command | Response | Cooldown | Role | Status | Actions |
|---|---|---|---|---|---|
| !{{ $command->name }} | {{ \Str::limit($command->response, 60) }} | {{ $command->cooldown_sec }}s | {{ $command->required_role }} | {{ $command->is_enabled ? 'Enabled' : 'Disabled' }} | Edit |
No commands yetGet started by creating your first custom command. |
|||||
{{ \Str::limit($command->response, 80) }}
{{ $command->cooldown_sec }}s
{{ $command->required_role }}