diff --git a/app/bot.php b/app/bot.php index ce90f41..a19c9ec 100644 --- a/app/bot.php +++ b/app/bot.php @@ -4681,7 +4681,7 @@ DNS-over-HTTPS with IP: $p = $this->getPacConf(); $text[] = "Menu -> " . $this->i18n('warp'); $text[] = "status: " . $this->warpStatus(); - $text[] = "key: " . $this->getPacConf()['warp']; + $text[] = "key: {$this->getPacConf()['warp']}"; $data[] = [ [ 'text' => $this->i18n($p['warpoff'] ? 'off' : 'on'),