We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a249f commit a384cf8Copy full SHA for a384cf8
application/src/main/java/org/togetherjava/tjbot/commands/free/UserStrings.java
@@ -23,8 +23,8 @@ enum UserStrings {
23
Command not ready please try again in a minute.
24
"""),
25
NOT_MONITORED_ERROR("This channel is not being monitored for free/busy status. If you"
26
- + "believe this channel should be part of the free/busy status system, please discuss it"
27
- + "with a moderator"),
+ + " believe this channel should be part of the free/busy status system, please discuss it"
+ + " with a moderator."),
28
NOT_CONFIGURED_ERROR("""
29
This guild (%s) is not configured to use the '/free' command.
30
Please add entries in the config, restart the bot and try again.
0 commit comments