update telegram commands

This commit is contained in:
Tokumeikoi 2020-06-20 18:08:26 +08:00
parent 6324645f08
commit cfd72ac515

View File

@ -29,7 +29,7 @@ class TelegramController extends Controller
break; break;
case '/traffic': $this->traffic(); case '/traffic': $this->traffic();
break; break;
case '/getLatestUrl': $this->getLatestUrl(); case '/getlatesturl': $this->getLatestUrl();
break; break;
default: $this->help(); default: $this->help();
} }