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.

123 lines
2.2 KiB

4 years ago
  1. ---
  2. name: Dyno
  3. author: NoobLance#0002
  4. version: 4.0.0
  5. lib: eris
  6. poweredBy: Dyno
  7. # prefixes
  8. prefix: '?'
  9. sudopref: '$'
  10. localPrefix:
  11. adminPrefix: d.
  12. test: true
  13. state: 0
  14. stateName: Default
  15. logLevel: debug
  16. isPremium: false
  17. # cluster/sharding
  18. clusterCount: 1
  19. shardingStrategy: shared
  20. firstShardOverride: 0
  21. lastShardOverride: 0
  22. shardCountOverride: 1
  23. clusterIds:
  24. shardIds:
  25. # client config
  26. client:
  27. id: ''
  28. secret: ''
  29. token: ''
  30. userid: ''
  31. game: dynobot.net | ?help
  32. admin: '155037590859284481'
  33. fetchAllUsers: false
  34. disableEveryone: false
  35. maxCachedMessages: 10
  36. snowgate:
  37. host: ''
  38. site:
  39. host: http://localhost
  40. port: 80
  41. listen_port: 8000
  42. mongo:
  43. dsn: mongodb://localhost/discordbot
  44. redis:
  45. host: localhost
  46. port: 6379
  47. auth: ''
  48. sentry:
  49. dsn: ''
  50. logLevel: error
  51. statsd:
  52. host: ''
  53. port: 4280
  54. prefix: dyno.dev.
  55. emojis:
  56. success: '<:dynoSuccess:314691591484866560>'
  57. error: '<:dynoError:314691684455809024>'
  58. # bot list config
  59. carbon:
  60. key: ''
  61. url: https://www.carbonitex.net/discord/data/botdata.php
  62. list: https://www.carbonitex.net/discord/api/listedbots.php
  63. info: https://www.carbonitex.net/discord/api/bot/info?id=155149108183695360
  64. dbots:
  65. key: ''
  66. url: https://bots.discord.pw/api/bots/155149108183695360/stats
  67. dbl:
  68. key: ''
  69. url: https://discordbots.org/api/bots/155149108183695360/stats
  70. botspace:
  71. key: ''
  72. url: https://botlist.space/spi/bots/
  73. cleverbot:
  74. key: ''
  75. invite: https://discord.gg/9W6EG56
  76. avatar: https://cdn.dyno.gg/dyno-v3x1024.png
  77. dynoGuild: '203039963636301824'
  78. guildLog: '205567372021465088'
  79. largeGuildLog: '243639503749775360'
  80. testGuilds:
  81. - '203039963636301824'
  82. - '155149443606380545'
  83. shardWebhook: https://canary.discordapp.com/api/webhooks/263596728299683850/fygpIRg8pcD9nLPL2MxUjK8mupD6dnLfzA1eIwocoD_MnFzba1noE0sXY4XY_ZNfkPtt
  84. cluster:
  85. webhookUrl: https://canary.discordapp.com/api/webhooks/263596728299683850/fygpIRg8pcD9nLPL2MxUjK8mupD6dnLfzA1eIwocoD_MnFzba1noE0sXY4XY_ZNfkPtt
  86. disableHeartbeat: true
  87. logCommands: false
  88. handleRegion: false
  89. regions: []
  90. disableEvents:
  91. - TYPING_START
  92. enabledCommandGroups:
  93. disabledCommandGroups:
  94. disableHelp: false
  95. maxStreamLimit: 4000
  96. maxSongLength: 5400
  97. maxPlayingTime: 14400000
  98. streamLimitThreshold: 86400
  99. modules:
  100. - AdminHandler
  101. - CommandHandler
  102. - ShardStatus
  103. - Dyno