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