From 80974c7caa8e0d4e90760042bfc63b25c1710811 Mon Sep 17 00:00:00 2001 From: drowkid01 Date: Wed, 28 May 2025 05:28:54 -0600 Subject: [PATCH] @drowkid01 --- exec/BotGen.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/exec/BotGen.sh b/exec/BotGen.sh index 3241320..4cfeac3 100755 --- a/exec/BotGen.sh +++ b/exec/BotGen.sh @@ -99,11 +99,7 @@ txt[2]='Ingresa tu reseller:' source ShellBot.sh # Token del bot -#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" +bot_token="$(cat /etc/CAT-BOT/token)" # Inicializando el bot ShellBot.init --token "$bot_token" --monitor --flush --return map