Skip to content

Commit

Permalink
upgradinatorr.ps1 - Update URL for Discord Avatar Url
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycuban13 committed Jan 1, 2025
1 parent b51c5f6 commit 7d698f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Upgradinatorr/upgradinatorr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ foreach ($application in $applicationList) {

if ($sendDiscordNotification) {
$params = @{
AvatarUrl = 'https://gh.notifiarr.com/images/powershell.png'
AvatarUrl = 'https://gh.notifiarr.com/images/icons/powershell.png'
MessageTitle = "Upgradinatorr - $applicationName"
MessageDescription = "No media left to search for $applicationName"
Color = $color.Decimal
Expand Down

0 comments on commit 7d698f4

Please sign in to comment.