{ "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", "meta": { "version": "PTDL_v2", "update_url": null }, "exported_at": "2023-09-15T23:59:14+02:00", "name": "CleanBotDiscord", "author": "zerbaib@proton.me", "description": "Clean Discord Bot is a bot developed using the Disnake framework library. It is designed to provide specific functionalities to your Discord server.", "features": null, "docker_images": { "Python 3.11": "ghcr.io\/parkervcp\/yolks:python_3.11" }, "file_denylist": [], "startup": "if [ ! -d \"{{DIR}}\" ]; then git clone https:\/\/github.com\/Zerbaib\/CleanDiscordBot.git {{DIR}} && cd {{DIR}} && git checkout {{BRANCH}} && pip install --upgrade pip && pip install -r requirements.txt && python main.py; else cd {{DIR}} && git checkout {{BRANCH}} && git fetch && git pull && pip install --upgrade pip && pip install -r requirements.txt && python main.py; fi", "config": { "files": "{}", "startup": "{\r\n \"done\": \"\\ud83d\\udd31 The bot is ready!\"\r\n}", "logs": "{}", "stop": "^c" }, "scripts": { "installation": { "script": "#bin\/bash\r\n\r\napt install git -y\r\napt install python3\r\napt install python3-venv -y\r\napt install python3-pip -y\r\napt install python-is-python3 -y\r\n\r\nif [ ! -d \"${DIR}\" ]; then\r\n git clone https:\/\/github.com\/Zerbaib\/CleanDiscordBot.git ${DIR}\r\nfi", "container": "python:3.11", "entrypoint": "bash" } }, "variables": [ { "name": "Git branch", "description": "Chech what branch as been possible at https:\/\/github.com\/Zerbaib\/CleanDiscordBot\/branches", "env_variable": "BRANCH", "default_value": "main", "user_viewable": true, "user_editable": true, "rules": "required|string|max:25", "field_type": "text" }, { "name": "Directory name", "description": "", "env_variable": "DIR", "default_value": "bot", "user_viewable": true, "user_editable": true, "rules": "required|string|max:20", "field_type": "text" } ] }