From 19ac02b259e97950ff84e5f2e6107e64bc8cdc20 Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Sun, 21 Dec 2025 15:20:34 -0600 Subject: [PATCH] movi, el script --- talia_bot/start_bot.sh => start_bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename talia_bot/start_bot.sh => start_bot.sh (88%) diff --git a/talia_bot/start_bot.sh b/start_bot.sh similarity index 88% rename from talia_bot/start_bot.sh rename to start_bot.sh index cbf80c5..f592e89 100755 --- a/talia_bot/start_bot.sh +++ b/start_bot.sh @@ -8,4 +8,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export PYTHONPATH="$PYTHONPATH:$DIR/.." # Run the bot -python3 "$DIR/main.py" +python3 "$DIR/talia_bot/main.py"