Make unknown user have 5 followers

This commit is contained in:
Dragon Fire
2024-04-26 09:49:05 -04:00
parent 372d20046c
commit b403a9b077
+1 -1
View File
@@ -256,7 +256,7 @@ module.exports = class TweetCommand extends Command {
avatar: defaultPfp,
avatarShape: 'Circle',
checkType: null,
followers: 0,
followers: 5,
err
};
}