Skip to content

Commit

Permalink
change new app code from character to change-character
Browse files Browse the repository at this point in the history
  • Loading branch information
9-9-9-9 authored Jan 27, 2023
1 parent 4771ae1 commit a8d0366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/bh/bot/app/ChangeCharacterApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import bh.bot.common.utils.InteractionUtil;
import bh.bot.common.utils.ThreadUtil;

@AppMeta(code = "character", name = "Change Character", displayOrder = 1, argType = "number", argAsk = "What character slot do you want to pick?", argDefault = "1", argRequired = true)
@AppMeta(code = "change-character", name = "Change Character", displayOrder = 1, argType = "number", argAsk = "What character slot do you want to pick?", argDefault = "1", argRequired = true)
@RequireSingleInstance
public class ChangeCharacterApp extends AbstractApplication {

Expand Down Expand Up @@ -142,4 +142,4 @@ protected String getLimitationExplain() {
protected int getDefaultMainLoopInterval() {
return 2_000;
}
}
}

0 comments on commit a8d0366

Please sign in to comment.