diff --git a/src/index.ts b/src/index.ts index f4828ab8d..d023ed58d 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);