Skip to content

Commit ad85661

Browse files
committed
Chore: Adjust aliases
1 parent 2d793ae commit ad85661

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/CheckUpdateCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import static com.loohp.multichatdiscordsrvaddon.MultiChatDiscordSrvAddon.plugin;
1111

12-
@Command("multichat|mc")
12+
@Command("multichat|mcd")
1313
public class CheckUpdateCommand {
1414

1515
@Command("checkupdate")

common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/HelpCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.util.List;
1414
import java.util.stream.Collectors;
1515

16-
@Command("multichat|mc")
16+
@Command("multichat|mcd")
1717
public class HelpCommand {
1818

1919
@Suggestions("helpQuery")

common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/ImageMapCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import java.util.UUID;
1414

15-
@Command("multichat|mc")
15+
@Command("multichat|mcd")
1616
public class ImageMapCommand {
1717

1818
@Command("imagemap <uuid>")

common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/MainCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import static com.loohp.multichatdiscordsrvaddon.MultiChatDiscordSrvAddon.plugin;
99

10-
@Command("multichat|mc")
10+
@Command("multichat|mcd")
1111
public class MainCommand {
1212

1313
@Command("info")

common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/ReloadConfigCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import static com.loohp.multichatdiscordsrvaddon.MultiChatDiscordSrvAddon.plugin;
1616

17-
@Command("multichat|mc")
17+
@Command("multichat|mcd")
1818
public class ReloadConfigCommand {
1919

2020
@Command("reloadconfig")

common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/ReloadTexturesCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import static com.loohp.multichatdiscordsrvaddon.MultiChatDiscordSrvAddon.plugin;
2121

22-
@Command("multichat|mc")
22+
@Command("multichat|mcd")
2323
public class ReloadTexturesCommand {
2424

2525
@Suggestions("args")

common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/StatusCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import org.incendo.cloud.annotations.Permission;
1515
import static com.loohp.multichatdiscordsrvaddon.MultiChatDiscordSrvAddon.plugin;
1616

17-
@Command("multichat|mc")
17+
@Command("multichat|mcd")
1818
public class StatusCommand {
1919

2020
@Command("status")

0 commit comments

Comments
 (0)