We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a55c1 commit 73ae2a9Copy full SHA for 73ae2a9
application/src/main/java/org/togetherjava/tjbot/config/Config.java
@@ -356,7 +356,6 @@ public JShellConfig getJshell() {
356
}
357
358
/**
359
-
360
* Gets the config for the Starboard Contains the List of emoji names recognized by the
361
* starboard as well as the name of the channel with the starboard.
362
*
@@ -365,6 +364,7 @@ public JShellConfig getJshell() {
365
364
public StarboardConfig getStarboard() {
366
return starboard;
367
+ /**
368
* Gets the config for automatic pruning of helper roles.
369
370
* @return the configuration
0 commit comments