Created
May 16, 2021 22:44
-
-
Save 5factor/4787bbee489b408e2647c2f3be171695 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "purge", | |
description: "Bulk-delete the specified amount of messages.", | |
permissionLevel: 1, | |
options: [ | |
{ | |
"type": 4, | |
"name": "amount", | |
"description": "Amount of messages to delete", | |
"default": false, | |
"required": true | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment