Skip to content

Commit

Permalink
fix: remove /view from discord URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jan 19, 2022
1 parent ad7ae69 commit 752b182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func NewVersion(ctx context.Context, version *postgres.Version) {
"embeds": []interface{}{
map[string]interface{}{
"title": "**" + mod.Name + " v" + version.Version + "**",
"url": "https://ficsit.app/mod/" + mod.ID + "/version/" + version.ID + "/view",
"url": "https://ficsit.app/mod/" + mod.ID + "/version/" + version.ID,
"color": 16750592,
"description": "New Version Available!",
"fields": []interface{}{
Expand Down

0 comments on commit 752b182

Please sign in to comment.