From 77ed3f95ad986d38523f42da765cdf04d023315e Mon Sep 17 00:00:00 2001 From: 3nd3r Date: Thu, 1 Jan 2026 10:45:59 -0600 Subject: [PATCH] Update bot --- .gitignore | 1 + MULTI_CHANNEL_PLAN.md | 0 README.md | 0 config.json.example | 0 duckhunt.py | 0 levels.json | 0 messages.json | 0 shop.json | 0 src/db.py | 0 src/duckhuntbot.py | 0 src/error_handling.py | 0 src/game.py | 0 src/levels.py | 0 src/logging_utils.py | 0 src/sasl.py | 0 src/shop.py | 0 src/utils.py | 0 17 files changed, 1 insertion(+) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 MULTI_CHANNEL_PLAN.md mode change 100755 => 100644 README.md mode change 100755 => 100644 config.json.example mode change 100755 => 100644 duckhunt.py mode change 100755 => 100644 levels.json mode change 100755 => 100644 messages.json mode change 100755 => 100644 shop.json mode change 100755 => 100644 src/db.py mode change 100755 => 100644 src/duckhuntbot.py mode change 100755 => 100644 src/error_handling.py mode change 100755 => 100644 src/game.py mode change 100755 => 100644 src/levels.py mode change 100755 => 100644 src/logging_utils.py mode change 100755 => 100644 src/sasl.py mode change 100755 => 100644 src/shop.py mode change 100755 => 100644 src/utils.py diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 6a9cb57..622d93c --- a/.gitignore +++ b/.gitignore @@ -133,6 +133,7 @@ duckhunt.log* # Runtime files (do not commit) duckhunt.json config.json +duckhunt.json.bak # IDE files .vscode/ diff --git a/MULTI_CHANNEL_PLAN.md b/MULTI_CHANNEL_PLAN.md old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/config.json.example b/config.json.example old mode 100755 new mode 100644 diff --git a/duckhunt.py b/duckhunt.py old mode 100755 new mode 100644 diff --git a/levels.json b/levels.json old mode 100755 new mode 100644 diff --git a/messages.json b/messages.json old mode 100755 new mode 100644 diff --git a/shop.json b/shop.json old mode 100755 new mode 100644 diff --git a/src/db.py b/src/db.py old mode 100755 new mode 100644 diff --git a/src/duckhuntbot.py b/src/duckhuntbot.py old mode 100755 new mode 100644 diff --git a/src/error_handling.py b/src/error_handling.py old mode 100755 new mode 100644 diff --git a/src/game.py b/src/game.py old mode 100755 new mode 100644 diff --git a/src/levels.py b/src/levels.py old mode 100755 new mode 100644 diff --git a/src/logging_utils.py b/src/logging_utils.py old mode 100755 new mode 100644 diff --git a/src/sasl.py b/src/sasl.py old mode 100755 new mode 100644 diff --git a/src/shop.py b/src/shop.py old mode 100755 new mode 100644 diff --git a/src/utils.py b/src/utils.py old mode 100755 new mode 100644