Skip to content

Commit df30688

Browse files
committed
Changed default config value for reserved channel prefix to raw unicode string.
1 parent 1bb2758 commit df30688

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/javadiscord/javabot/properties/config/guild

1 file changed

+1
-1
lines changed

src/main/java/com/javadiscord/javabot/properties/config/guild/HelpConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class HelpConfig extends GuildConfigItem {
3939
* The string which is prefixed to any reserved help channel, where a user
4040
* has already asked a question and is in the process of getting an answer.
4141
*/
42-
private String reservedChannelPrefix = "";
42+
private String reservedChannelPrefix = "\u26D4";
4343

4444
/**
4545
* The string which is prefixed to any inactive reserved help channel, where

0 commit comments

Comments
 (0)