fix(pterodactyl): remove useless config key
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 18s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 21s

This commit is contained in:
SeaswimmerTheFsh 2024-03-01 01:17:48 -05:00
parent afc5868e9e
commit dd6184ccd0
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
3 changed files with 11 additions and 1 deletions

View file

@ -5,7 +5,6 @@ config: Config = Config.get_conf(None, identifier=457581387213637448123567, cog_
def register_config(config_obj: Config) -> None:
config_obj.register_global(
base_url=None,
api_key=None,
server_id=None,
console_channel=None,
startup_jar=None,