Skip to content

Commit

Permalink
Incorrect discord link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawsson committed Jul 1, 2024
1 parent e59e618 commit d9de7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .carbon/cli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ id = "5218ae25"
file = "./plugin/build/libs/plugin-all.jar"

[watch_plugin]
file_name = "plugin-all.jar"
file_name = "PluginPortal-2.0.4-SNAPSHOT.jar"
directory = "./plugin/build/libs"
post_deploy_command = "reload confirm"
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DumpSubCommand {
textSecondary(" Join our ")
.append(
text("Discord")
.clickEvent(ClickEvent.openUrl("https://discord.gg/flytegg"))
.clickEvent(ClickEvent.openUrl("https://discord.gg/flyte"))
.color(TextColor.fromHexString("#5865F2"))
.bold()
)
Expand Down

0 comments on commit d9de7b6

Please sign in to comment.