Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. {
  2. "name": "change_msg",
  3. "temp": "40",
  4. "event-type": "0",
  5. "_id": "UTLep",
  6. "actions": [
  7. {
  8. "behavior": "1",
  9. "interpretation": "0",
  10. "code": "client.shard.fetchClientValues('users.size')\n.then(results => {\n var output = results.reduce(function(accumulator, currentValue){\n return accumulator + currentValue;\n });\n this.storeValue(output, 1 ,\"totalUsers\", cache)\n this.callNextAction(cache)\n}).catch(console.error);",
  11. "storage": "0",
  12. "varName": "",
  13. "name": "Run Script"
  14. },
  15. {
  16. "gameName": "with ${tempVars(\"totalUsers\")} users | v1",
  17. "gameLink": "",
  18. "name": "Set Bot Game"
  19. },
  20. {
  21. "time": "30",
  22. "measurement": "1",
  23. "name": "Wait"
  24. },
  25. {
  26. "behavior": "1",
  27. "interpretation": "0",
  28. "code": "client.shard.fetchClientValues('guilds.size')\n.then(results => {\n var output = results.reduce(function(accumulator, currentValue){\n return accumulator + currentValue;\n });\n this.storeValue(output, 1 ,\"totalGuilds\", cache)\n this.callNextAction(cache)\n}).catch(console.error);",
  29. "storage": "0",
  30. "varName": "",
  31. "name": "Run Script"
  32. },
  33. {
  34. "activity": "2",
  35. "nameText": "over ${tempVars(\"totalGuilds\")} guilds | v1",
  36. "url": "",
  37. "name": "Set Bot Activity"
  38. },
  39. {
  40. "time": "30",
  41. "measurement": "1",
  42. "name": "Wait"
  43. },
  44. {
  45. "activity": "1",
  46. "nameText": "!help",
  47. "url": "",
  48. "name": "Set Bot Activity"
  49. },
  50. {
  51. "time": "30",
  52. "measurement": "1",
  53. "name": "Wait"
  54. },
  55. {
  56. "activity": "2",
  57. "nameText": "for something",
  58. "url": "",
  59. "name": "Set Bot Activity"
  60. },
  61. {
  62. "time": "30",
  63. "measurement": "1",
  64. "name": "Wait"
  65. }
  66. ]
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement