Skip to content

Commit

Permalink
update version 0.6.0/ update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash91 committed May 14, 2018
1 parent 6a8164e commit 867e5a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ You can try it out [here](https://telegram.me/PriceLeechBot).

| Command | Usage | Description |
| ----------|---------------|-------------------------------------------------------|
| /coin | /coin eth | Request price details about a crypto coin |
| /coin | /coin eth | Request price details about a coin |
| /help | /help | Displays the help |
| /start | /start | Displays the welcome message |



Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.chaoticbits</groupId>
<artifactId>cmbot</artifactId>
<version>0.5.1</version>
<version>0.6.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 4 additions & 2 deletions src/main/kotlin/at/chaoticbits/updateshandlers/Commands.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ fun helpCommand(botUsername: String): String =
"You can control me by sending the following commands:\n\n" +
"*Commands*\n" +
"/coin currency *-* Request a coin from CoinMarketCap. *(i.e. /coin eth)*\n" +
"/help *-* Display the current help\n\n" +
"/help *-* Display the current help\n" +
"/start *-* Display the welcome message\n\n" +
"*Inline Queries*\n" +
"This is the recommended way to request price information. " +
"Just use @$botUsername to search through all coins on CoinMarketCap."
"Just use @$botUsername to search through all coins on CoinMarketCap.\n\n" +
"For more information visit [cmbot](https://github.com/yashino91/cmbot/)"



Expand Down

0 comments on commit 867e5a8

Please sign in to comment.