diff --git a/src/plugins/betterBanReasons/README.md b/src/plugins/betterBanReasons/README.md index 1b6c7d08d..296329a10 100644 --- a/src/plugins/betterBanReasons/README.md +++ b/src/plugins/betterBanReasons/README.md @@ -1 +1,2 @@ -### Create custom reasons to use in the Discord ban modal. +* Create custom reasons to use in the Discord ban modal. +* Show a text input by default instead of the options diff --git a/src/plugins/betterBanReasons/index.tsx b/src/plugins/betterBanReasons/index.tsx index 3381c97fe..dc5cfc55c 100644 --- a/src/plugins/betterBanReasons/index.tsx +++ b/src/plugins/betterBanReasons/index.tsx @@ -85,7 +85,7 @@ const settings = definePluginSettings({ export default definePlugin({ name: "BetterBanReasons", - description: "Create custom reasons to use in the Discord ban modal.", + description: "Create custom reasons to use in the Discord ban modal, and/or show a text input by default instead of the options.", authors: [Devs.Inbestigator], patches: [ {