complete overhaul of the bot

This commit is contained in:
2025-06-05 04:34:37 -05:00
parent 4e53dea29d
commit d498f50b6a
10 changed files with 315 additions and 48 deletions

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
[dev-packages]
[requires]
python_version = "3.13"