Skip to content

Commit

Permalink
not mention, but just put offer ID
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Jun 24, 2020
1 parent 939f057 commit f7f1a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/DiscordWebhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export = class DiscordWebhook {
noMentionOnInvalidValue = false;
}
}
const mentionOwner = noMentionOnInvalidValue ? '' : `<@!${this.ownerID}>, check this! - ${offer.id}`;
const mentionOwner = noMentionOnInvalidValue ? `${offer.id}` : `<@!${this.ownerID}>, check this! - ${offer.id}`;
const botName = this.botName;
const botAvatarURL = this.botAvatarURL;
const botEmbedColor = this.botEmbedColor;
Expand Down

0 comments on commit f7f1a53

Please sign in to comment.