mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
deployment: Also show channel in discord notification
This commit is contained in:
@@ -35,10 +35,12 @@ public class Main {
|
|||||||
"""
|
"""
|
||||||
**Version:** %s
|
**Version:** %s
|
||||||
**Commit:** %s
|
**Commit:** %s
|
||||||
|
**Channel:** %s
|
||||||
**Download:** %s
|
**Download:** %s
|
||||||
""".formatted(
|
""".formatted(
|
||||||
configuration.readVersion(),
|
configuration.readVersion(),
|
||||||
GitService.getCommitHash(),
|
GitService.getCommitHash(),
|
||||||
|
configuration.channel(),
|
||||||
"https://modrinth.com/plugin/"+configuration.projectName()+"/versions/"+configuration.readVersion()),
|
"https://modrinth.com/plugin/"+configuration.projectName()+"/versions/"+configuration.readVersion()),
|
||||||
0x00FF00
|
0x00FF00
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user