Skip to content

Commit

Permalink
Add URL on Discord notification content
Browse files Browse the repository at this point in the history
  • Loading branch information
Treast committed Jul 31, 2024
1 parent 27bd527 commit 7d0c6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifiers/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class DiscordNotifier extends NotifierService {
await axios.post(
this.config.webhookUrl,
{
content: `${mentions}epicgames-freegames-node needs an action performed.`,
content: `${mentions}epicgames-freegames-node needs an action performed. ${url}`,
embeds: [
{
fields: [
Expand Down

0 comments on commit 7d0c6bf

Please sign in to comment.