mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Better log
This commit is contained in:
parent
af1e75ade3
commit
a9133f48ad
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ promiseRetry(retry => {
|
||||||
}
|
}
|
||||||
}).catch(retry);
|
}).catch(retry);
|
||||||
}).then(account => {
|
}).then(account => {
|
||||||
console.log('account fetched');
|
console.log(`account fetched: @${account.username}`);
|
||||||
|
|
||||||
const ai = new 藍(account);
|
const ai = new 藍(account);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue