From b615f439a57ba3d3ca0146581b4b6c6ea19d3df5 Mon Sep 17 00:00:00 2001 From: zerpoak <43504609+zerpoak@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:21:38 +0200 Subject: [PATCH] Moved plugin to its own folder and updated README --- index.ts => AlwaysPush/index.ts | 0 README.md | 5 +++++ 2 files changed, 5 insertions(+) rename index.ts => AlwaysPush/index.ts (100%) diff --git a/index.ts b/AlwaysPush/index.ts similarity index 100% rename from index.ts rename to AlwaysPush/index.ts diff --git a/README.md b/README.md index 0a2ef3c..7f4972a 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,8 @@ By using this plugin, you agree to the following: - Do not discuss Vencord or Vencord plugins in public Discord servers. - This plugin is not officially supported by the Vencord developers. Do not bother them about it. + +## License + +This project is licensed under the [MIT License](LICENSE). +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)