From e3ce7b2f98953d61a676f9dbfec38391139d518f Mon Sep 17 00:00:00 2001 From: Inbestigator Date: Sun, 9 Jun 2024 06:15:44 -0700 Subject: [PATCH] Updated name --- src/plugins/betterBanReasons/README.md | 6 ++++++ .../{customBanReasons => betterBanReasons}/index.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/plugins/betterBanReasons/README.md rename src/plugins/{customBanReasons => betterBanReasons}/index.tsx (99%) diff --git a/src/plugins/betterBanReasons/README.md b/src/plugins/betterBanReasons/README.md new file mode 100644 index 000000000..5eb86f391 --- /dev/null +++ b/src/plugins/betterBanReasons/README.md @@ -0,0 +1,6 @@ +### Create custom reasons to use in the Discord ban modal. + +![image](https://github.com/Vendicated/Vencord/assets/119569726/d0c1bd70-00b1-4786-a2f7-7db809f15ab0) +![image](https://github.com/Vendicated/Vencord/assets/119569726/411411f6-f2b7-4747-b6e7-4615116dcf22) + +I do not think that we're **easily** and **non-jankily** able to add the click functionality diff --git a/src/plugins/customBanReasons/index.tsx b/src/plugins/betterBanReasons/index.tsx similarity index 99% rename from src/plugins/customBanReasons/index.tsx rename to src/plugins/betterBanReasons/index.tsx index 4c2ddfe2d..e3a440bfa 100644 --- a/src/plugins/customBanReasons/index.tsx +++ b/src/plugins/betterBanReasons/index.tsx @@ -79,7 +79,7 @@ const settings = definePluginSettings({ }); export default definePlugin({ - name: "CustomBanReasons", + name: "BetterBanReasons", description: "Create custom reasons to use in the Discord ban modal.", authors: [Devs.Inbestigator], patches: [