diff --git a/src/constants.ts b/src/constants.ts index 3fcdd29..b21ec85 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -8,4 +8,8 @@ export default class Constants * TODO: Use https for actual usage */ public static API_URL: string = 'https://va.hydev.org/api'; + + public static SPLASH: string = '\\ / /\\ ._ _.| _ _ ._\n' + + ' \\/>< /--\\| |(_||\\//_(/_| \n' + + ' v0.1.1.0 / ' }