This commit is contained in:
parent
8cf4f56215
commit
80974c7caa
@ -99,11 +99,7 @@ txt[2]='Ingresa tu reseller:'
|
|||||||
source ShellBot.sh
|
source ShellBot.sh
|
||||||
|
|
||||||
# Token del bot
|
# Token del bot
|
||||||
#bot_token="$(cat ${CIDdir}/token)"
|
bot_token="$(cat /etc/CAT-BOT/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
|
# Inicializando el bot
|
||||||
ShellBot.init --token "$bot_token" --monitor --flush --return map
|
ShellBot.init --token "$bot_token" --monitor --flush --return map
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user