Skip to content

Commit

Permalink
feat: update discord button link in template
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Jun 19, 2024
1 parent 756649b commit 57e75bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MHFZ_Overlay/Services/DiscordService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private static string GetTruncatedString(string input, int maxLength)
},
Buttons = new Button[]
{
new Button() { Label = "【MHF-Z】Overlay " + Program.CurrentProgramVersion, Url = "https://github.com/DorielRivalet/mhfz-overlay" },
new Button() { Label = "【MHF-Z】Overlay " + Program.CurrentProgramVersion, Url = "https://wycademy.vercel.app/overlay" },
new Button() { Label = "Discord RPC C# Dev Site", Url = "https://lachee.dev/" },
},
};
Expand Down

0 comments on commit 57e75bf

Please sign in to comment.