From bac41fd6836778e879429ec69ae5880d0f929342 Mon Sep 17 00:00:00 2001 From: fearandesire <63979371+fearandesire@users.noreply.github.com> Date: Wed, 15 May 2024 02:55:57 -0400 Subject: [PATCH] refactor: Rm footer --- src/lib/PlutoConfig.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/PlutoConfig.ts b/src/lib/PlutoConfig.ts index 3e31efc7..24e0c97e 100644 --- a/src/lib/PlutoConfig.ts +++ b/src/lib/PlutoConfig.ts @@ -18,8 +18,7 @@ export { // ? Embed usage const footers = [ - '❓ View more commands via /commands', - '❓ Learn more about Pluto via /about', + '❓ Learn more about Pluto via /help', '💙 Support Pluto via /patreon', ]