Skip to content

Commit

Permalink
Another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Feb 20, 2024
1 parent fcf1993 commit 6ae8928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/utils/trust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ but they were already marked at trusted in the database, so no message was sent`

if (guildData.channel_trust) {
const auditLog = await discordClient.channels.fetch(guildData.channel_trust) as TextChannel;
await auditLog.send(stripIndents`. I sent **${newMember.displayName}'s welcome message to lounge!`);
await auditLog.send(stripIndents`I sent ${newMember.displayName}'s welcome message to lounge!`);
}
} else {
await db.members.upsert({
Expand Down

0 comments on commit 6ae8928

Please sign in to comment.