From 43f43ab2c5e8380605141e174ed5f8c88ebffa4e Mon Sep 17 00:00:00 2001 From: Inbestigator Date: Sun, 9 Jun 2024 16:22:42 -0700 Subject: [PATCH] Updated descriptions --- src/plugins/betterBanReasons/README.md | 3 ++- src/plugins/betterBanReasons/index.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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: [ {