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: [