From 5988c4fcee2a3edb2bb74cd417a755e526ab54cf Mon Sep 17 00:00:00 2001 From: mercury Date: Tue, 27 Aug 2024 13:46:08 +0400 Subject: [PATCH] display warp+ key --- app/bot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/bot.php b/app/bot.php index b5c9f7b..f43de1b 100644 --- a/app/bot.php +++ b/app/bot.php @@ -4341,6 +4341,7 @@ DNS-over-HTTPS with IP: { $text[] = "Menu -> " . $this->i18n('warp'); $text[] = "status: " . $this->warpStatus(); + $text[] = "key: " . $this->getPacConf()['warp']; $data[] = [ [ 'text' => $this->i18n('set key'),