mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +00:00
Add ascii art
This commit is contained in:
parent
16bc96dbbe
commit
5b9d9bc0ef
|
@ -24,6 +24,11 @@ import chalk from 'chalk';
|
||||||
import * as request from 'request-promise-native';
|
import * as request from 'request-promise-native';
|
||||||
const promiseRetry = require('promise-retry');
|
const promiseRetry = require('promise-retry');
|
||||||
|
|
||||||
|
console.log(' __ ____ _____ ___ ');
|
||||||
|
console.log(' /__\\ (_ _)( _ )/ __)');
|
||||||
|
console.log(' /(__)\\ _)(_ )(_)( \\__ \\');
|
||||||
|
console.log('(__)(__)(____)(_____)(___/\n');
|
||||||
|
|
||||||
function log(msg: string): void {
|
function log(msg: string): void {
|
||||||
_log(`[Boot]: ${msg}`);
|
_log(`[Boot]: ${msg}`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue