Git Username Username to auth with git. | USERNAME | none | nullable|string |
Git Access Token Password to use with git.
It's best practice to use a Personal Access Token.
https://github.com/settings/tokens
https://gitlab.com/-/profile/personal_access_tokens | ACCESS_TOKEN | none | nullable|string |
Git Repo Address GitHub Repo to clone
I.E. https://github.com/parkervcp/repo_name | GIT_ADDRESS | none | nullable|string |
User Uploaded Files Skip all the install stuff if you are letting a user upload files.
0 = false (default)
1 = true | USER_UPLOAD | 0 | required|boolean |
Git Branch What branch to pull from github.
Default is blank to pull the repo default branch | BRANCH | none | nullable|string |
Bot js file The JavaScript file to run | JS_FILE | bot.js | required|string|max:20 |