~修复TG-BOT无法使用自定义命令呼出的bug

This commit is contained in:
juewuy
2026-01-31 17:42:07 +08:00
parent da23b70ca4
commit dfae7195b3

View File

@@ -309,6 +309,9 @@ polling(){
/crash)
send_menu
;;
/"$my_alias")
send_menu
;;
/help)
send_help
;;