You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/fancyinnovations/fancyfriend/events/Events.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
41
41
"To add a blank line in a hologram, use `<r>` on a new line.").queue();
42
42
43
43
case"clickable" -> event.getHook().editOriginal(
44
-
"Holograms currently aren't clickable themselves, but [here's](<https://fancyplugins.de/docs/fh-clickable-holograms.html>) a workaround.")
44
+
"Holograms currently aren't clickable themselves, but [here's](<https://docs.fancyinnovations.com/fancyholograms/tutorials/clickable-holograms/>) a workaround.")
45
45
.queue();
46
46
47
47
case"converters" -> {
@@ -57,7 +57,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
57
57
}
58
58
59
59
case"docs" -> event.getHook().editOriginal(
60
-
"Here are the FancyPlugins docs: <https://fancyplugins.de/docs/welcome.html>").queue();
60
+
"Here are the FancyPlugins docs: <https://docs.fancyinnovations.com/>").queue();
61
61
62
62
case"dw" -> event.getHook().editOriginal(
63
63
"\"Didn't/doesn't work\" explains almost nothing. Please provide info (screenshots, error messages, etc) for proper help.")
@@ -72,7 +72,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
0 commit comments