The official leaked source code of the Dyno Discord Bot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
182 B

4 years ago
  1. {
  2. "apps": [
  3. {
  4. "name": "Dyno",
  5. "script": "src/start.js",
  6. "pmx": false,
  7. "vizion": false,
  8. "env_production": { "NODE_ENV": "production" }
  9. }
  10. ]
  11. }