initial commit
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user