Skip to content

Commit

Permalink
Merge pull request #5 from MemeDistributionCo/tts_show
Browse files Browse the repository at this point in the history
updated help for tts
  • Loading branch information
xDestx authored Oct 18, 2017
2 parents 8e78757 + e38583f commit bff5870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MDCBot/src/main/java/com/mdc/bot/command/TTSCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void action(CommandSet s) {

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

private void setTTS(boolean b) {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

# Info

Version: 1.1.0 u01
Version: 1.1.0 u02

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.

### Version 1.1.0 u01:
### Version 1.1.0 u02:

##### Commands:
All commands start with `--`
Expand Down

0 comments on commit bff5870

Please sign in to comment.