diff --git a/config.json b/config.json index 222de75..99954c1 100644 --- a/config.json +++ b/config.json @@ -7,6 +7,7 @@ "github": "G1A1B1E", "linkedin": "linkedin" }, + "jump": "jumping", "version": "4ukkh9q2y", "email": "gabemacru@gmail.com", "ps1_hostname": "kali", diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index 4bbeaa2..b110373 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -156,6 +156,10 @@ export const ver = async (args: string[]): Promise => { return `${config.version}`; }; +export const jump = async (args: string[]): Promise => { + return `${config.jump}`; +}; + // Banner export const banner = (args?: string[]): string => { return `