You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public void onSlashCommand(@NotNull SlashCommandEvent event) {
49
49
// TODO Implement the edge case
50
50
51
51
logger.warn(
52
-
"The amount of tags is very high and it might soon exceed the maximum character limit. The code should be adjusted to support this edge case soon.\n");
52
+
"The amount of tags is very high and it might soon exceed the maximum character limit. The code should be adjusted to support this edge case soon.");
0 commit comments