This commit is contained in:
drowkid01 2025-05-28 05:24:16 -06:00
parent 0c704bae0f
commit 8cf4f56215

View File

@ -16,7 +16,6 @@ meu_ip_func () {
rm -rf /etc/localtime &>/dev/null
ln -s /usr/share/zoneinfo/America/Chihuahua /etc/localtime &>/dev/null
rm -rf /usr/local/lib/systemubu1 &>/dev/null
#!/bin/bash
# -*- ENCODING: UTF-8 -*-
@ -103,6 +102,8 @@ source ShellBot.sh
#bot_token="$(cat ${CIDdir}/token)"
bot_token=$(cat /etc/CAT-BOT/data|awk -F '|' '{print $2}')
adm=$(cat $CIDdir/data|awk -F '|' '{print $1}')
[[ $bot_token == '' ]] && bot_token="$3"
adm="$4"
# Inicializando el bot
ShellBot.init --token "$bot_token" --monitor --flush --return map