first commit

This commit is contained in:
Zastian Pretorius
2025-08-28 00:21:50 +01:00
commit 3971a76d02
5 changed files with 167 additions and 0 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[project]
name = "fagos"
version = "0.1.0"
dependencies = [
"discord.py>=2.0.0"
]