-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve InteraKTions Unleashed's "/clear" command to split up the leg…
…acy options into two different slash command arguments
- Loading branch information
1 parent
69030cd
commit 2ad08cc
Showing
2 changed files
with
28 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
label: "limpar" | ||
description: "Escolha um número de um a 1.000 mensagens para serem limpas de pessoas específicas ou não." | ||
|
||
options: | ||
count: | ||
text: "A quantidade de mensagens que serão limpadas" | ||
text: | ||
text: "Caso presente, apenas mensagens que possuem o texto que você colocar aqui serão deletadas" | ||
users: | ||
text: "Caso presente, apenas mensagens de usuários que você colocar aqui serão deletados" |