From a1628731254393a4faa771c61b5d5f40795df247 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:46:06 -0400 Subject: [PATCH] Update Setting for BannersEverywhere --- src/equicordplugins/bannersEverywhere/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/bannersEverywhere/index.tsx b/src/equicordplugins/bannersEverywhere/index.tsx index 51662741..c25a2aac 100644 --- a/src/equicordplugins/bannersEverywhere/index.tsx +++ b/src/equicordplugins/bannersEverywhere/index.tsx @@ -21,7 +21,7 @@ interface iUSRBG extends Plugin { const settings = definePluginSettings({ animate: { - description: "Animate banners", + description: "Animate Discord banners (NOT USRBG)", type: OptionType.BOOLEAN, default: false },