mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Better log
This commit is contained in:
parent
af1e75ade3
commit
a9133f48ad
|
@ -24,7 +24,7 @@ promiseRetry(retry => {
|
|||
}
|
||||
}).catch(retry);
|
||||
}).then(account => {
|
||||
console.log('account fetched');
|
||||
console.log(`account fetched: @${account.username}`);
|
||||
|
||||
const ai = new 藍(account);
|
||||
|
||||
|
|
Loading…
Reference in a new issue