From c57053c8a0d83f01494ba0e5d2b25db47077737d Mon Sep 17 00:00:00 2001 From: mercury Date: Fri, 25 Oct 2024 17:14:52 +0400 Subject: [PATCH] copyable warp key --- app/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),