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'),