Skip to content

Commit

Permalink
Release 1.1.3-fix
Browse files Browse the repository at this point in the history
- 移除config无用部分
  • Loading branch information
xia-mc committed Mar 23, 2024
1 parent 932f372 commit 38a6cc1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public class CommonConfig extends AutoLoadTomlConfig {
private boolean groupOn = true;
@TableField(rightComment = "Q群列表")
private List<Long> groupIdList = new ArrayList<>(); // 支持多个q群
@TableField(rightComment = "机器人qq")
private long botId = 0; // 机器人qq

public CommonConfig() {
super(null);
Expand Down

0 comments on commit 38a6cc1

Please sign in to comment.