change command

pull/46/head
Gabe Macri 2 years ago committed by GitHub
parent 68b66996c1
commit 77346fb75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -160,13 +160,7 @@ export const ver = async (args: string[]): Promise<string> => {
export const banner = (args?: string[]): string => {
return `
_______ ____ _______ ____ _______ ____ _______
| || | | _ || | | _ || | | |
| ___| | | | |_| | | | | |_| | | | | ___|
| | __ | | | | | | | | | | | |___
| || | | | | | | | | _ | | | | ___|
| |_| | | | | _ | | | | |_| | | | | |___
|_______| |___| |__| |__| |___| |_______| |___| |_______|
Type "Help" for a List of avalible commands
`;
};

Loading…
Cancel
Save