mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 19:57:22 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
56c18c8875
26
discordbots/ATLbot/egg-atl-bot.json
Normal file
26
discordbots/ATLbot/egg-atl-bot.json
Normal file
@ -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 pterodactyl, this is based off https://github.com/ATLauncher/discord-bot made by RyantheAllmighty",
|
||||||
|
"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": []
|
||||||
|
}
|
1
discordbots/Readme
Normal file
1
discordbots/Readme
Normal file
@ -0,0 +1 @@
|
|||||||
|
If anyone wants to add other discord bots in here, that would be great
|
Loading…
Reference in New Issue
Block a user