From 1ee8604133dac8f56410e8c6d70a4ee8c29f8d22 Mon Sep 17 00:00:00 2001 From: drowkid01 Date: Wed, 28 May 2025 11:09:48 +0000 Subject: [PATCH] @drowkid01 --- exec/BotGen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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