{{-- Bot Account Section --}}

Bot Account @if(!Auth::user()->isAdmin()) Admin Only @endif

Centralized bot channel for all users - Replies from dedicated account

@if($botAccount && $botAccount->is_connected) {{-- Bot Account Connected --}}

{{ $botAccount->channel_title }}

{{ $botAccount->channel_handle ?? $botAccount->channel_id }}

Connected & Active

@if(Auth::user()->isAdmin())
@csrf
@endif
{{-- Instructions for Moderator --}}

⚠️ Important: Make Bot a Moderator

For the bot to reply in your live stream chat, you must add {{ $botAccount->channel_title }} as a moderator.

How to add as moderator:

  1. Go to your YouTube Studio
  2. Click on SettingsCommunity
  3. Under "Moderators", click Add
  4. Search for: {{ $botAccount->channel_handle ?? $botAccount->channel_title }}
  5. Click "Save" to confirm

💡 Without moderator permissions, the bot cannot send messages in your chat.

@else {{-- Bot Account Not Connected --}}

No Bot Account Connected

@if(Auth::user()->isAdmin()) Connect the bot's YouTube channel (https://www.youtube.com/@Daybot_01) to reply from a dedicated account for all users @else The admin needs to connect a bot account. Once connected, all replies will come from the bot's channel instead of your own. @endif

@if(Auth::user()->isAdmin()) Connect Bot Account (Admin Only) @else
Admin Access Required
@endif

Benefits:

  • ✅ Professional branding (replies from https://www.youtube.com/@Daybot_01)
  • ✅ Keeps your personal channel separate
  • ✅ Better trust from viewers
  • ✅ Easy to identify bot responses
@endif