command work

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

@ -153,7 +153,7 @@ export const git = async (args: string[]): Promise<string> => {
}; };
export const ver = async (args: string[]): Promise<string> => { export const ver = async (args: string[]): Promise<string> => {
window.open(`${config.version}`); return `${config.version}`;
}; };
// Banner // Banner

Loading…
Cancel
Save