Skip to content

Commit

Permalink
Update sendWelcomeImage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rastiqdev committed Feb 20, 2022
1 parent 1f1dc5a commit aa6ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/sendWelcomeImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = async function (client, member) {
path.join(__dirname, "../../res/fonts/OpenSans_22_white.fnt")
);
const mask = await Jimp.read(
"https://raw.githubusercontent.com/CoderDixs/DraftBot/master/images/avatarMask.png"
"https://cloud.githubusercontent.com/assets/414918/11165709/051d10b0-8b0f-11e5-864a-20ef0bada8d6.png"
);

avatar.resize(136, Jimp.AUTO);
Expand Down

0 comments on commit aa6ce73

Please sign in to comment.