fix(pterodactyl): fixed join and leave listeners throwing errors
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 31s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 56s

This commit is contained in:
cswimr 2024-08-26 19:43:57 -04:00
parent 1244d5a941
commit ad0bb7cf00
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 13 additions and 13 deletions

View file

@ -22,7 +22,7 @@ class Pterodactyl(commands.Cog):
__author__ = ["[cswimr](https://www.coastalcommits.com/cswimr)"]
__git__ = "https://www.coastalcommits.com/cswimr/SeaCogs"
__version__ = "2.0.2"
__version__ = "2.0.3"
__documentation__ = "https://seacogs.coastalcommits.com/pterodactyl/"
def __init__(self, bot: Red):