From dbcb4dd2bf137c7ccf507bd0cebe9af091b47d10 Mon Sep 17 00:00:00 2001 From: rakuja Date: Fri, 15 Nov 2024 17:47:24 +0100 Subject: [PATCH] chore: remove unused command from about. TY 5B --- src/utils/bin/commands.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index d84f19a..e3afab1 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -36,7 +36,6 @@ Welcome to my website! For more information about me, enter one of the following commands (without quotes!): 'summary' - short summary. 'resume' or 'cv' - my latest resume. -'readme' - my github readme. Otherwise, if you'd like to play around a bit, type 'help' to see the list of all available commands. `; };