From 77346fb75f0a64b2510d7a01afdfd79ffab835e7 Mon Sep 17 00:00:00 2001 From: Gabe Macri Date: Tue, 23 Jan 2024 14:42:55 -0500 Subject: [PATCH] change command --- src/utils/bin/commands.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index f6cd4f7..4bbeaa2 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -160,13 +160,7 @@ export const ver = async (args: string[]): Promise => { export const banner = (args?: string[]): string => { return ` - _______ ____ _______ ____ _______ ____ _______ - | || | | _ || | | _ || | | | - | ___| | | | |_| | | | | |_| | | | | ___| - | | __ | | | | | | | | | | | |___ - | || | | | | | | | | _ | | | | ___| - | |_| | | | | _ | | | | |_| | | | | |___ - |_______| |___| |__| |__| |___| |_______| |___| |_______| +Type "Help" for a List of avalible commands `; };