commit 87f16b6a37b6af4537527a52d104fd9312fad4d2 Author: Conatum Date: Wed Aug 25 14:48:20 2021 +0300 Initial Commit: Skeleton structure. diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..8aa311c4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bot/cmdClient"] + path = bot/cmdClient + url = https://github.com/Intery/dpy-cmdClient.git diff --git a/bot/cmdClient b/bot/cmdClient new file mode 160000 index 00000000..7f9a9e81 --- /dev/null +++ b/bot/cmdClient @@ -0,0 +1 @@ +Subproject commit 7f9a9e816d159eba609c74dbf31efe43d38d13f5 diff --git a/bot/dev-main.py b/bot/dev-main.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/main.py b/bot/main.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/__init__.py b/bot/modules/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/accountability/__init__.py b/bot/modules/accountability/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/channels/__init__.py b/bot/modules/channels/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/economy/__init__.py b/bot/modules/economy/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/guide/__init__.py b/bot/modules/guide/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/meta/__init__.py b/bot/modules/meta/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/moderation/__init__.py b/bot/modules/moderation/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/reminders/__init__.py b/bot/modules/reminders/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/study/__init__.py b/bot/modules/study/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/sysadmin/__init__.py b/bot/modules/sysadmin/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/todo/__init__.py b/bot/modules/todo/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/bot/modules/workout/__init__.py b/bot/modules/workout/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/config/example-bot.conf b/config/example-bot.conf new file mode 100644 index 00000000..e69de29b diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..e69de29b diff --git a/run.py b/run.py new file mode 100644 index 00000000..e69de29b