Delete Tg Bot Control Part in Shell Scripts

This commit is contained in:
FranzKafkayu
2022-04-20 21:54:19 +08:00
parent c06ccbac19
commit 580dca211e
4 changed files with 56 additions and 109 deletions

View File

@@ -287,7 +287,6 @@ func main() {
if show {
showSetting(show)
}
updateTgbotEnableSts(enabletgbot)
if (tgbottoken != "") || (tgbotchatid != 0) || (tgbotRuntime != "") {
updateTgbotSetting(tgbottoken, tgbotchatid, tgbotRuntime)
}