feat(pterodactyl): introduced the cog

This commit is contained in:
SeaswimmerTheFsh 2024-02-27 23:02:03 -05:00
parent 57c7bce6cd
commit 6158d05960
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
5 changed files with 220 additions and 43 deletions

View file

@ -7,10 +7,12 @@ license = "MPL 2"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.11,<3.12"
Red-DiscordBot = "^3.5.5"
pytimeparse2 = "^1.7.1"
humanize = "^4.8.0"
py-dactyl = "^2.0.4"
websockets = "^12.0"
[tool.poetry.group.dev]
optional = true