fix(pterodactyl): fixed a missing argument in one of the websocket events
This commit is contained in:
parent
6b2793e692
commit
571be4e245
2 changed files with 2 additions and 2 deletions
|
@ -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.3"
|
||||
__version__ = "2.0.4"
|
||||
__documentation__ = "https://seacogs.coastalcommits.com/pterodactyl/"
|
||||
|
||||
def __init__(self, bot: Red):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue