mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +00:00
Better log
This commit is contained in:
parent
af1e75ade3
commit
a9133f48ad
|
@ -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