From bdd934802660d2996ad73ba7d058af89b8edc2d2 Mon Sep 17 00:00:00 2001 From: Aaronstar-McClure Date: Tue, 20 Feb 2018 20:38:13 -0500 Subject: [PATCH 1/3] Create egg-atl-bot.json --- discordbots/ATLbot/egg-atl-bot.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 discordbots/ATLbot/egg-atl-bot.json diff --git a/discordbots/ATLbot/egg-atl-bot.json b/discordbots/ATLbot/egg-atl-bot.json new file mode 100644 index 00000000..abdf40a9 --- /dev/null +++ b/discordbots/ATLbot/egg-atl-bot.json @@ -0,0 +1,26 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2018-02-20T20:34:53-05:00", + "name": "AtlBot", + "author": "jfeldt19@gmail.com", + "description": "ATLbot in ptero", + "image": "aaronstar\/npm", + "startup": "npm run start", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"I am ready!\"\r\n}", + "logs": "{}", + "stop": "^c" + }, + "scripts": { + "installation": { + "script": "apt-get update\r\napt-get install -y unzip\r\nmkdir \/app\r\ncd \/app\r\nwget https:\/\/github.com\/ATLauncher\/discord-bot\/archive\/master.zip\r\nunzip master.zip\r\nrm \/app\/master.zip\r\ncd \/app\/discord-bot-master\/\r\n\/usr\/local\/bin\/npm install --production\r\n\/usr\/local\/bin\/npm run build\r\ncp -r \/app\/discord-bot-master\/. \/mnt\/server", + "container": "node:8", + "entrypoint": "bash" + } + }, + "variables": [] +} From 3791dbf6b7f9d89ab21882731c9741616bd98b1e Mon Sep 17 00:00:00 2001 From: Aaronstar-McClure Date: Tue, 20 Feb 2018 20:40:01 -0500 Subject: [PATCH 2/3] Create Readme --- discordbots/Readme | 1 + 1 file changed, 1 insertion(+) create mode 100644 discordbots/Readme diff --git a/discordbots/Readme b/discordbots/Readme new file mode 100644 index 00000000..a4f942d3 --- /dev/null +++ b/discordbots/Readme @@ -0,0 +1 @@ +If anyone wants to add other discord bots in here, that would be great From 96e7cf51e739c9a872b4d12340f58e710f3b26a6 Mon Sep 17 00:00:00 2001 From: Aaronstar-McClure Date: Thu, 22 Feb 2018 12:09:54 -0500 Subject: [PATCH 3/3] Update egg-atl-bot.json --- discordbots/ATLbot/egg-atl-bot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discordbots/ATLbot/egg-atl-bot.json b/discordbots/ATLbot/egg-atl-bot.json index abdf40a9..53e7c763 100644 --- a/discordbots/ATLbot/egg-atl-bot.json +++ b/discordbots/ATLbot/egg-atl-bot.json @@ -6,7 +6,7 @@ "exported_at": "2018-02-20T20:34:53-05:00", "name": "AtlBot", "author": "jfeldt19@gmail.com", - "description": "ATLbot in ptero", + "description": "ATLbot in pterodactyl, this is based off https://github.com/ATLauncher/discord-bot made by RyantheAllmighty", "image": "aaronstar\/npm", "startup": "npm run start", "config": {