initial commit

This commit is contained in:
2025-06-12 11:35:44 +07:00
parent 5cec255176
commit 88c4ee362e
4 changed files with 912 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "virtus-bot"
version = "0.1.0"
description = "A Discord bot for managing user experience points"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"discord.py>=2.3.2",
"python-dotenv>=1.0.0",
"sqlalchemy>=2.0.0",
]