Advertisement
McGRiM

PURGE COMMAND (RAW DATA)

Mar 13th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "name": "Purge",
  3. "permissions": "MANAGE_MESSAGES",
  4. "restriction": "1",
  5. "actions": [
  6. {
  7. "info": "0",
  8. "infoIndex": "1",
  9. "storage": "1",
  10. "varName": "amount",
  11. "name": "Store Command Params"
  12. },
  13. {
  14. "storage": "0",
  15. "varName": "",
  16. "name": "Delete Message"
  17. },
  18. {
  19. "channel": "0",
  20. "count": "${tempVars(\"amount\")}",
  21. "condition": "0",
  22. "custom": "",
  23. "varName": "",
  24. "name": "Delete Bulk Messages"
  25. }
  26. ],
  27. "_id": "acXWL"
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement