initial commit

This commit is contained in:
2026-04-13 13:56:53 +03:00
commit aa4c384611
8 changed files with 1109 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "wayg-music-bot"
version = "0.1.0"
readme = "README.md"
description = ""
requires-python = ">=3.10"
dependencies = [
"aiogram>=3.27.0",
"aiohttp>=3.13.5",
"dotenv>=0.9.9",
]