Skip to content

Commit 9cdf808

Browse files
committed
Update CmdListTricks.java
1 parent 7a97a3f commit 9cdf808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mcmoddev/mmdbot/modules/commands/server/tricks/CmdListTricks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protected EmbedBuilder getEmbed(int from) {
8888
public class TrickListListener extends ButtonListener {
8989
@Override
9090
public String getButtonID() {
91-
return "tricklist";
91+
return CmdListTricks.this.getName();
9292
}
9393
}
9494

0 commit comments

Comments
 (0)