From 8008d1f00d44a689b4e2d6d9eab7a95584919793 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:16:06 +0000 Subject: [PATCH] Move old files to subdirectory --- README.md | 2 -- .gitattributes => bot4koma.py/.gitattributes | 0 .gitignore => bot4koma.py/.gitignore | 0 LICENSE => bot4koma.py/LICENSE | 0 bot4koma.py/README.md | 3 +++ app.py => bot4koma.py/app.py | 0 conf.json => bot4koma.py/conf.json | 0 requirements.txt => bot4koma.py/requirements.txt | 0 run.sh => bot4koma.py/run.sh | 0 9 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 README.md rename .gitattributes => bot4koma.py/.gitattributes (100%) rename .gitignore => bot4koma.py/.gitignore (100%) rename LICENSE => bot4koma.py/LICENSE (100%) create mode 100644 bot4koma.py/README.md rename app.py => bot4koma.py/app.py (100%) rename conf.json => bot4koma.py/conf.json (100%) rename requirements.txt => bot4koma.py/requirements.txt (100%) rename run.sh => bot4koma.py/run.sh (100%) diff --git a/README.md b/README.md deleted file mode 100644 index b371f9d..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# bot4koma - Python Discord bot to collate 4Koma messages (or any matching the chosen regex) in the set channel and provide an index of all posts diff --git a/.gitattributes b/bot4koma.py/.gitattributes similarity index 100% rename from .gitattributes rename to bot4koma.py/.gitattributes diff --git a/.gitignore b/bot4koma.py/.gitignore similarity index 100% rename from .gitignore rename to bot4koma.py/.gitignore diff --git a/LICENSE b/bot4koma.py/LICENSE similarity index 100% rename from LICENSE rename to bot4koma.py/LICENSE diff --git a/bot4koma.py/README.md b/bot4koma.py/README.md new file mode 100644 index 0000000..88c08e1 --- /dev/null +++ b/bot4koma.py/README.md @@ -0,0 +1,3 @@ +# bot4koma.py + +This folder contains the old discord.py-based bot, used to collate 4Koma messages (or any matching the chosen regex) in the set channel and provide an index of all posts. diff --git a/app.py b/bot4koma.py/app.py similarity index 100% rename from app.py rename to bot4koma.py/app.py diff --git a/conf.json b/bot4koma.py/conf.json similarity index 100% rename from conf.json rename to bot4koma.py/conf.json diff --git a/requirements.txt b/bot4koma.py/requirements.txt similarity index 100% rename from requirements.txt rename to bot4koma.py/requirements.txt diff --git a/run.sh b/bot4koma.py/run.sh similarity index 100% rename from run.sh rename to bot4koma.py/run.sh