From 446ed686bdbfa8e8accc470f1db07d1a29a7dd9f Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 7 Sep 2019 10:05:53 -0400 Subject: [PATCH] [+] Create splash ascii art --- src/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 / ' }