From 3a035c481e4a6ebc5984fa000e2403b050dfa1aa Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Mon, 4 Feb 2019 16:50:14 +0900 Subject: Fix fusion --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/index.ts b/src/index.ts index 67c1ecb907..9158737231 100644 --- a/src/index.ts +++ b/src/index.ts @@ -74,7 +74,7 @@ async function masterMain() { bootLogger.info('Welcome to Misskey!'); bootLogger.info(`Misskey v${pkg.version}`, true); - bootLogger.info('Misskey is maintained by @syuilo, @AyaMorisawa, @mei23 and @acid-chicken.'); + bootLogger.info('Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.'); try { // initialize app -- cgit v1.2.3-freya