Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepol742 committed Aug 4, 2023
1 parent 1ddeae3 commit 0023acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ function redfox_fb(fca_state, login, cb) {
}
let dirp = __dirname + "/cache/welcome_p_" + utils.getTimestamp() + ".jpg";
downloadFile(getProfilePic(names[0][0]), dirp).then(async (response) => {
let img = await welcomejs.generateWelcomeGif(dirp, names[0][1], gname, gc.participantIDs.length + getSuffix(gc.participantIDs.length) + " member");
let img = await welcomejs.generateWelcomeGif(dirp, names[0][1], gname, getSuffix(gc.participantIDs.length) + " member");
let message = {
body: gret,
attachment: fs.createReadStream(img),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"homepage": "https://mrepol742.github.io/project-orion/",
"scripts": {
"start": "clear && while [ true ]; do sudo node index.js ; done",
"start": "clear && while [ true ]; do node index.js ; done",
"test": "clear && jshint index.js",
"check": "clear && node --check index.js",
"jshint": "jshint index.js",
Expand Down

0 comments on commit 0023acf

Please sign in to comment.