Skip to content

Commit

Permalink
Fix Modrinth link in Discord embed
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Nov 2, 2023
1 parent f3e3121 commit 223e662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/discord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub async fn send_discord_webhook(
let description = format!("\
**New release!**\n\n\
{} [GitHub](https://github.com/{}/{}/releases/latest)\n\
{} [Modrinth]({}/modpack/{})\n\n\
{} [Modrinth]({}/project/{})\n\n\
{}
",
discord_config.github_emoji_id,
Expand Down
2 changes: 1 addition & 1 deletion test_projects/mod-fabric/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.14.22

# Mod Properties
mod_version = 1.0.14-alpha
mod_version = 1.0.15-alpha
maven_group = com.lilydev
archives_base_name = template

Expand Down
2 changes: 1 addition & 1 deletion test_projects/mod-fabric/peony_mod.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version_name_format = "[%mc_version%] %project_name% v%project_version% - %loade
loaders = ["fabric", "quilt"]
mc_versions = ["1.20.1", "1.20", "1.19"]
mc_version_alias = "1.20.x"
version_alias = "1.0.14"
version_alias = "1.0.15"


[modrinth]
Expand Down

0 comments on commit 223e662

Please sign in to comment.