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.

34 lines
424 B

4 years ago
  1. ---
  2. # prefixes
  3. prefix: '?'
  4. sudopref: '$'
  5. localPrefix: '.'
  6. adminPrefix: t.
  7. env: 'dev'
  8. test: true
  9. state: 2
  10. stateName: Development
  11. logLevel: debug
  12. isPremium: false
  13. # sharding
  14. clusterCount: 1
  15. shardingStrategy: process
  16. shardCountOverride: 1
  17. site:
  18. host: http://localhost
  19. port: 80
  20. listen_port: 8000
  21. colorapi:
  22. host: https://color.dyno.gg
  23. disableHelp: true
  24. modules:
  25. - AdminHandler
  26. - CommandHandler
  27. - ShardStatus
  28. - Dyno