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;
case '/traffic': $this->traffic();
break;
case '/getLatestUrl': $this->getLatestUrl();
case '/getlatesturl': $this->getLatestUrl();
break;
default: $this->help();
}