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