From b65f265c55822891836a02eaea8ee343eacd6e8e Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 3 Mar 2019 10:57:17 +0900
Subject: [PATCH] Update logs

---
 src/index.ts | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/index.ts b/src/index.ts
index 3206ee3d28..a4a15b339d 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -68,13 +68,16 @@ function greet() {
 		console.log(' |_|_|_|_|___|___|_,_|___|_  |');
 		console.log(' ' + chalk.gray(v) + ('                        |___|\n'.substr(v.length)));
 		//#endregion
-	}
 
-	console.log(chalk`${os.hostname()} {gray (PID: ${process.pid.toString()})}`);
+		console.log(' Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.');
+		console.log(chalk.keyword('orange')(' If you like Misskey, please donate to support development. https://www.patreon.com/syuilo'));
+
+		console.log('');
+		console.log(chalk`<${os.hostname()} {gray (PID: ${process.pid.toString()})}>`);
+	}
 
 	bootLogger.info('Welcome to Misskey!');
 	bootLogger.info(`Misskey v${pkg.version}`, null, true);
-	bootLogger.info('Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.');
 }
 
 /**