From 6c7bfdc1f52f06c1ca39f9098df56d05b6b41351 Mon Sep 17 00:00:00 2001 From: scarzehd Date: Sun, 23 Nov 2025 14:27:22 -0500 Subject: [PATCH] Initial commit --- .gitignore | 2 ++ bot.py | 0 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 bot.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71b98ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.venv/ +.env \ No newline at end of file diff --git a/bot.py b/bot.py new file mode 100644 index 0000000..e69de29