diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/README.md b/.github/README.md old mode 100755 new mode 100644 similarity index 100% rename from README.md rename to .github/README.md diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 0000000..2ce3050 --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,3 @@ +# Need extra support? + +Join the **[Official Support Discord](https://discord.gg/wGZYt5fasY)!** diff --git a/_.npmrc b/_.npmrc deleted file mode 100644 index 91bb892..0000000 --- a/_.npmrc +++ /dev/null @@ -1 +0,0 @@ -@tycrek:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/sample_config.sxcu b/sample_config.sxcu index 93052f1..6b52cff 100755 --- a/sample_config.sxcu +++ b/sample_config.sxcu @@ -10,5 +10,7 @@ "Body": "MultipartFormData", "FileFormName": "file", "URL": "$json:.resource$", - "DeletionURL": "$json:.delete$" + "ThumbnailURL": "$json:.thumbnail$", + "DeletionURL": "$json:.delete$", + "ErrorMessage": "$response$" } \ No newline at end of file