Last active
October 10, 2023 21:04
-
-
Save Kremilly/786ddec48158c947fb8722943baeab4a to your computer and use it in GitHub Desktop.
paimon-example.txt
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
| // ENGLISH | |
| // -> Comment | |
| ! -> Parameter | |
| !name -> String -> What name the downloaded file will have (OPTIONAL) | |
| RANDOM_NAME -> Macro that allows generating random names for the file (OPTIONAL) | |
| !path -> String -> Which folder the file will be saved in (OPTIONAL, default -> Downloads folder) | |
| DOWNLOAD_PATH -> Macro that fetches the operating system's Downloads folder. | |
| // PORTUGUÊS | |
| // -> Comentário | |
| ! -> Parametro | |
| !name -> String -> Qual nome o arquivo baixado terá (OPCIONAL) | |
| RANDOM_NAME -> Macro que permite gerar nomes aleatorios para o arquivo (OPCIONAL) | |
| !path -> String -> Qual pasta que o arquivo será salvo (OPCIONAL, default -> pasta Downloads) | |
| DOWNLOAD_PATH -> Macro que pega a pasta de Downloads do sistema operacional | |
| Links |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment