This commit is contained in:
Dragon Fire
2024-04-26 09:43:04 -04:00
parent 59c9d81a50
commit 56c433ded0
+1 -1
View File
@@ -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'));