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