From 6d8cb9b4d5525a9f6e6f9a98ac133ab3cd8bc671 Mon Sep 17 00:00:00 2001 From: mintpic dev <108204467+mintpic@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:47:57 -0500 Subject: [PATCH] Commit new14456 --- src/utils/bin/commands.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index ad15c69..bd1d4e2 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -18,7 +18,7 @@ export const help = async (args: string[]): Promise => { \n${c}\n [tab]: trigger completion. [ctrl+l]/clear: clear terminal.\n -Type 'dashboard' to display summary. +Type 'dashboard' to display a summary. `; }; @@ -35,7 +35,8 @@ Welcome to my website! More about me: 'dashboard' - short summary. 'resume' - my latest resume. -'readme' - my github readme.`; +'readme' - my Github readme. +'contact' - my contact information.`; }; export const resume = async (args: string[]): Promise => { @@ -48,9 +49,8 @@ export const donate = async (args: string[]): Promise => { return `Thank you for your interest in supporting my work. Here are some options: - Paypal - Patreon -- CashApp: ${config.donate_urls.cashapp} -- Ethereum: ${config.donate_urls.ethereum} -`; +- CashApp +- Ethereum`; }; // Contact