Skip to content

Commit aab7c25

Browse files
committed
Updated to now just have content be for where normal/script/alias info gets put into...
1 parent 64af806 commit aab7c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mangorage/mangobotplugin/commands/trick/impl/TrickShowSubCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public JDACommandResult run(CommandContext<Message> commandContext) throws Throw
5454
if (trick.getType() == TrickType.ALIAS) {
5555
trick = trickManager.getTrickForGuildByName(
5656
message.getGuild().getIdLong(),
57-
trick.getAliasTarget()
57+
trick.getContent()
5858
);
5959
}
6060
switch (trick.getType()) {

0 commit comments

Comments
 (0)