Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. {
  2. "log": {
  3. "dates": true,
  4. "linkErrs": true,
  5. "unfiltered": true,
  6. "failedFeeds": true
  7. },
  8. "bot": {
  9. "token": "",
  10. "enableCommands": true,
  11. "prefix": "~",
  12. "status": "online",
  13. "activityType": "",
  14. "activityName": "",
  15. "streamActivityURL": "",
  16. "controllerIds": [""],
  17. "menuColor": 5285609,
  18. "deleteMenus": false,
  19. "exitOnSocketIssues": false,
  20. "commandAliases": {}
  21. },
  22. "database": {
  23. "uri": "C:\Users\Office PC\Desktop\bot1\RSS\storage",
  24. "connection": {},
  25. "clean": false,
  26. "articlesExpire": 14,
  27. "guildBackupsExpire": 7
  28. },
  29. "feeds": {
  30. "refreshTimeMinutes": 15,
  31. "checkTitles": false,
  32. "timezone": "America/New_York",
  33. "dateFormat": "ddd, D MMMM YYYY, h:mm A z",
  34. "dateLanguage": "en",
  35. "dateLanguageList": ["en"],
  36. "dateFallback": false,
  37. "timeFallback": false,
  38. "failLimit": 0,
  39. "notifyFail": true,
  40. "sendOldOnFirstCycle": true,
  41. "cycleMaxAge": 1,
  42. "defaultMessage": ":newspaper: | **{title}**\n\n{link}\n\n{subscriptions}",
  43. "imgPreviews": true,
  44. "imgLinksExistence": true,
  45. "checkDates": true,
  46. "formatTables": false,
  47. "toggleRoleMentions": false,
  48. "decode": {}
  49. },
  50. "advanced": {
  51. "shards": 2,
  52. "batchSize": 400,
  53. "processorMethod": "concurrent",
  54. "parallel": 2
  55. }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement