Skip to content

Commit 3ce558a

Browse files
Removed unnecessary configs
1 parent e033d1d commit 3ce558a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ public class HelpConfig extends GuildConfigItem {
4949
*/
5050
private String helpThanksMessageTemplate = "Before your post will be closed, would you like to express your gratitude to any of the people who helped you? When you're done, click **I'm done here. Close this post!**.";
5151

52-
/**
53-
* The number of open help channels to maintain. If fewer than this many
54-
* open channels exist, the system will try to create more.
55-
*/
56-
private int preferredOpenChannelCount = 3;
57-
5852
/**
5953
* The number of minutes of inactivity before a channel is considered inactive.
6054
*/
@@ -66,17 +60,6 @@ public class HelpConfig extends GuildConfigItem {
6660
*/
6761
private int removeThanksTimeoutMinutes = 10;
6862

69-
/**
70-
* The number of channels which can be reserved by a single user at any time.
71-
*/
72-
private int maxReservedChannelsPerUser = 3;
73-
74-
/**
75-
* The message which is sent to users who aren't allowed to reserve a help
76-
* channel.
77-
*/
78-
private String reservationNotAllowedMessage = "You are not allowed to reserve this help channel. Please try again later.";
79-
8063
/**
8164
* How often users may use the /help-ping command.
8265
*/

0 commit comments

Comments
 (0)