diff --git a/.gitignore b/.gitignore index c46121f..4d20a63 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ poetry.lock config.toml -db -dbb -dbmeta + +db/* +!db/.gitkeep diff --git a/README.md b/README.md index 7feb01a..49b12c2 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# 🎵 AnyMusicBot \ No newline at end of file +# 🎵 AnyMusicBot diff --git a/anymusicbot/__main__.py b/anymusicbot/__main__.py new file mode 100644 index 0000000..e69de29 diff --git a/db/.gitkeep b/db/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index aad5af7..0e9465d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" +aiogram = "^3.1.1" [build-system]