diff --git a/src/index.ts b/src/index.ts index db770fe..1fe6f3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,7 +24,7 @@ promiseRetry(retry => { } }).catch(retry); }).then(account => { - console.log('account fetched'); + console.log(`account fetched: @${account.username}`); const ai = new 藍(account);