From 28710fa9e57a6bf7c98fd86af5296dfa50f4402e Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:21:30 +0200 Subject: [PATCH] update fragbot --- bots/discord/fragbot/egg-fragbot.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/bots/discord/fragbot/egg-fragbot.json b/bots/discord/fragbot/egg-fragbot.json index 76d0bef3..d48a167b 100644 --- a/bots/discord/fragbot/egg-fragbot.json +++ b/bots/discord/fragbot/egg-fragbot.json @@ -1,17 +1,22 @@ { "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", "meta": { - "version": "PTDL_v1" + "version": "PTDL_v2", + "update_url": null }, - "exported_at": "2019-04-27T21:33:33-04:00", + "exported_at": "2024-04-01T11:21:19+02:00", "name": "fragbot", "author": "parker@parkervcp.com", "description": "The fragforce discord bot.\r\n\r\nlocated at https:\/\/github.com\/fragforce\/fragbot", - "image": "quay.io\/parkervcp\/pterodactyl-images:base_alpine", + "features": null, + "docker_images": { + "ghcr.io\/parkervcp\/yolks:alpine": "ghcr.io\/parkervcp\/yolks:alpine" + }, + "file_denylist": [], "startup": ".\/fragbot", "config": { "files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"token\": \"{{server.build.env.DISCORD_TOKEN}}\"\r\n }\r\n }\r\n}", - "startup": "{\r\n \"done\": \"Bot is now running\",\r\n \"userInteraction\": []\r\n}", + "startup": "{\r\n \"done\": \"Bot is now running\"\r\n}", "logs": "{}", "stop": "shutdown" }, @@ -28,9 +33,10 @@ "description": "The token that is to be used for the bot.", "env_variable": "DISCORD_TOKEN", "default_value": "ThisNeedsToBeChanged", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|string|max:64" + "user_viewable": true, + "user_editable": true, + "rules": "required|string|max:128", + "field_type": "text" } ] } \ No newline at end of file