Skip to content

Commit e618198

Browse files
Removed unused helpOverviewMessageIds
1 parent 830e5cf commit e618198

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/net/javadiscord/javabot/data/config/guild/HelpConfig.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
@Data
1515
@EqualsAndHashCode(callSuper = true)
1616
public class HelpConfig extends GuildConfigItem {
17-
/**
18-
* The id of the help overview channel.
19-
*/
20-
private Map<String, Long> helpOverviewMessageIds = Map.of();
21-
2217
private long helpForumChannelId = 0;
2318

2419
/**

0 commit comments

Comments
 (0)