iamkubi / pydactyl

Python wrapper for the Pterodactyl Panel API
MIT License
67 stars 21 forks source link

`create_server` has no description argument #70

Closed Nzii3 closed 1 year ago

Nzii3 commented 1 year ago

The client.servers.create_server function doesn't have a description parameter to set the server's description. Is this intended? Is there another way to set a server's description?

iamkubi commented 1 year ago

Nope no reason. Will be added in the next release.

Nzii3 commented 1 year ago

@iamkubi The external_id is not also in the wrapper. Could you add that please?