Skip to content

Commit bff5870

Browse files
authored
Merge pull request #5 from MemeDistributionCo/tts_show
updated help for tts
2 parents 8e78757 + e38583f commit bff5870

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MDCBot/src/main/java/com/mdc/bot/command/TTSCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void action(CommandSet s) {
3535

3636
@Override
3737
public String getHelpMessage() {
38-
return "--tts to toggle, or --tts <true/false> to set";
38+
return "--tts to show the current status, or --tts <true/false> to set";
3939
}
4040

4141
private void setTTS(boolean b) {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
# Info
55

6-
Version: 1.1.0 u01
6+
Version: 1.1.0 u02
77

88
When working on the bot, please make a seperate branch for whatever thing you are trying to do. After completing, make a pull request for your branch into the testing-merge branch.
99

10-
### Version 1.1.0 u01:
10+
### Version 1.1.0 u02:
1111

1212
##### Commands:
1313
All commands start with `--`

0 commit comments

Comments
 (0)