Ken hace 2 semanas
padre
commit
cb00db30ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/api/TelegramWebHook.php

+ 1 - 1
app/Http/Controllers/api/TelegramWebHook.php

@@ -564,7 +564,7 @@ class TelegramWebHook extends BaseController
 
                         $bettingGroup = Config::where('field', 'betting_group')->first()->val;
 
-                        $text = "👇👇👇点击下方按钮进群投注👇👇👇\n";
+                        $text = "👇👇👇点击下方按钮进群投注👇👇👇 \n";
                         $keyboard = [];
                         $keyboard[] = [['text' => '✅ 投注群', 'callback_data' => "", 'url' => "https://t.me/{$bettingGroup}"]];
                         $returnMsg = [