This commit is contained in:
drowkid01 2025-05-28 11:09:48 +00:00
parent 425fa628ab
commit 1ee8604133

View File

@ -101,8 +101,8 @@ source ShellBot.sh
# Token del bot # Token del bot
#bot_token="$(cat ${CIDdir}/token)" #bot_token="$(cat ${CIDdir}/token)"
bot_token=$(cat /etc/adm-db/data|awk -F '|' '{print $1}') bot_token=$(cat /etc/adm-db/data|awk -F '|' '{print $2}')
adm=$(cat $CIDdir/data|awk -F '|' '{print $2}') adm=$(cat $CIDdir/data|awk -F '|' '{print $1}')
# Inicializando el bot # Inicializando el bot
ShellBot.init --token "$bot_token" --monitor --flush --return map ShellBot.init --token "$bot_token" --monitor --flush --return map