mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix
This commit is contained in:
@@ -248,7 +248,7 @@ module.exports = class TweetCommand extends Command {
|
|||||||
avatarShape: data.user.profileImageShape,
|
avatarShape: data.user.profileImageShape,
|
||||||
checkType,
|
checkType,
|
||||||
followers: body.followersCount,
|
followers: body.followersCount,
|
||||||
err: null
|
err: undefined
|
||||||
};
|
};
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
const defaultPfp = await readFile(path.join(__dirname, '..', '..', 'assets', 'images', 'tweet', 'default.png'));
|
const defaultPfp = await readFile(path.join(__dirname, '..', '..', 'assets', 'images', 'tweet', 'default.png'));
|
||||||
|
|||||||
Reference in New Issue
Block a user