Skip to content

Commit

Permalink
Update infinite lib instruct string
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksgata committed Feb 15, 2022
1 parent 8a2e2b9 commit b855ea4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class InfiniteLibController {
private final UserConversationService conversationService = new UserConversationImpl();


@InstructReflex(value = {".ir"})
@InstructReflex(value = {".ir2"})
public String infiniteLibOnlineQuery(MessageData<?> data) {
if (!DiceConfigService.diceConfigMapper.selectById().getBeta_version()) {
return "该功能骰主尚未开启。";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import indi.eiriksgata.rulateday.event.EventAdapter;
import indi.eiriksgata.rulateday.event.EventUtils;
import indi.eiriksgata.rulateday.pojo.QueryDataBase;
import indi.eiriksgata.rulateday.pojo.RuleBook;
import indi.eiriksgata.rulateday.service.CrazyLibraryService;
import indi.eiriksgata.rulateday.service.Dnd5eLibService;
import indi.eiriksgata.rulateday.service.RuleService;
Expand Down Expand Up @@ -115,7 +114,6 @@ public String queryDnd5eRule(MessageData<?> data) {
}
}


@InstructReflex(value = {".help", "。help"})
public String help(MessageData<?> data) {
return CustomText.getText("instructions.help.result");
Expand Down

0 comments on commit b855ea4

Please sign in to comment.