fix(pterodactyl): added websockets as a dependency in info.json

This commit is contained in:
Seaswimmer 2024-02-28 08:36:47 -05:00
parent 680f92572c
commit f377dc9250
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -9,7 +9,7 @@
"disabled": false, "disabled": false,
"min_bot_version": "3.5.0", "min_bot_version": "3.5.0",
"min_python_version": [3, 8, 0], "min_python_version": [3, 8, 0],
"requirements": ["py-dactyl"], "requirements": ["py-dactyl", "websockets"],
"tags": [ "tags": [
"pterodactyl", "pterodactyl",
"minecraft", "minecraft",