Created
July 24, 2020 08:42
-
-
Save ajhalili2006/b2e7f3c93aa44bf4810cfd6dba7d8541 to your computer and use it in GitHub Desktop.
An Gist copy of the 'config/repo.json' from https://gitlab.com/EagleUnion/Nana-Userbot-Repository-Database/-/blob/master/config/repo.json.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Nana-Userbot-Legenhand" : { | |
"Author" : "Legenhand", | |
"repo-link" : "https://github.com/legenhand/Nana-Bot", | |
"version" : { | |
"latest" : { | |
"is-beta" : false, | |
"dockerfile" : "https://raw.githubusercontent.com/legenhand/Nana-Bot/master/Dockerfile", | |
"description" : "Old repository of the Nana userbot." | |
}, | |
"v1.1.1b" : { | |
"is-beta" : false, | |
"dockerfile" : "https://raw.githubusercontent.com/legenhand/Nana-Bot/v1.1.1b/Dockerfile", | |
"description" : "The old version of Nana userbot, now end-of-support." | |
} | |
} | |
}, | |
"Nana-Userbot-Pokurt" : { | |
"Author" : "Pokurt", | |
"repo-link" : "https://github.com/pokurt/Nana-Remix", | |
"version" : { | |
"latest" : { | |
"is-beta" : false, | |
"dockerfile" : "https://raw.githubusercontent.com/pokurt/Nana-Remix/master/Dockerfile", | |
"description" : "Official stable release of Nana userbot, maintained by Pokurt." | |
} | |
} | |
}, | |
"Nana-Userbot-Remix-AJHalili2006": { | |
"Author": "AndreiJirohHaliliDev2006", | |
"repo-link": "https://github.com/AndreiJirohHaliliDev2006/Nana-Remix", | |
"version": { | |
"stable": { | |
"is-beta": false, | |
"dockerfile": "https://raw.githubusercontent.com/AndreiJirohHaliliDev2006/Nana-Remix/master/Dockerfile", | |
"description": "Forked version of Nana userbot, maintained by Andrei Jiroh and currently synced with official releases." | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment