Skip to content

Commit

Permalink
instapass commit messages in present tense
Browse files Browse the repository at this point in the history
matches regular autopush messages, how have I not noticed this sooner
  • Loading branch information
3vorp committed Jun 2, 2024
1 parent 50e09ed commit ddcf273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/submission/utility/instapass.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = async function instapass(message, member) {
// not awaited since not timebound
postContributions(generateContributionData(texture, pack));
addContributorRole(message.client, pack, message.channel.guildId, texture.authors);
await pushTextures(basePath, pack.id, `Instapassed ${textureInfo.name} from ${formattedDate()}`);
await pushTextures(basePath, pack.id, `Instapass ${textureInfo.name} from ${formattedDate()}`);

if (DEBUG) console.log(`Texture instapassed: ${message.embeds[0].title}`);
};

0 comments on commit ddcf273

Please sign in to comment.