summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index f4828ab8d2..d023ed58da 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -72,6 +72,12 @@ function main() {
async function masterMain() {
let config: Config;
+ console.log(' _____ _ _ ');
+ console.log('| |_|___ ___| |_ ___ _ _ ');
+ console.log('| | | | |_ -|_ -| \'_| -_| | |');
+ console.log('|_|_|_|_|___|___|_,_|___|_ |');
+ console.log(' |___|\n');
+
bootLogger.info('Welcome to Misskey!');
bootLogger.info(`Misskey v${pkg.version}`, true);