Skip to content

Commit

Permalink
Typo fix and readability+new command update to "help" list (#427)
Browse files Browse the repository at this point in the history
* low activity update to test

* Increasing low activity treshold to 10

* Typo fix, readability fix and "checkstats" update to Blossom help command

1. Fixed the typo where command to get the check percentage in the help menu was "watchlist" instead of "watchstatus".
2. Readability update: Commands first and descriptions after.
3. Addition to the help menu: "@blossom checkstats <username>"

* Update to #427 (alphabetical)
  • Loading branch information
erenbektas committed Jul 11, 2022
1 parent e2a589f commit a6b4f43
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions blossom/strings/en_US.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@ messages = [
help_message="""
Help is on the way!
Get information about a user: `@Blossom info <username>`
Get general server information: `@Blossom info`
Blacklist / unblacklist user: `@Blossom blacklist <username>`
Toggle CoC status of user: `@Blossom reset <username>`
Overwrite check percentage: `@Blossom watch <username> <percentage>`, where `<percentage>` is a number between 0 and 100
Reset check percentage: `@Blossom unwatch <username>`
Get the check percentage for a user: `@Blossom watchlist <username>`
List all overwritten check percentages: `@Blossom watchlist <sorting>`, where `<sorting>` is either "percentage" (default) or "alphabetical".
Create a new transcription check for a given Reddit URL: `@Blossom check <url>`
Get the warnings of a given user: `@Blossom warnings <username>`
Render this message: `@Blossom help`
`@Blossom blacklist <username>`: Blacklist / unblacklist user.
`@Blossom check <url>`: Create a new transcription check for a given Reddit URL.
`@Blossom checkstats <username>`: Get the stats about the checks the given mode has done.
`@Blossom help`: Render this message.
`@Blossom info`: Get general server information.
`@Blossom info <username>`: Get information about a user.
`@Blossom reset <username>`: Toggle CoC status of user.
`@Blossom unwatch <username>`: Reset check percentage.
`@Blossom warnings <username>`: Get the warnings of a given user.
`@Blossom watch <username> <percentage>`, where `<percentage>` is a number between 0 and 100: Overwrite check percentage.
`@Blossom watchlist <sorting>`, where `<sorting>` is either "percentage" (default) or "alphabetical": List all overwritten check percentages.
`@Blossom watchstatus <username>`: Get the check percentage for a user.
"""

server_summary="""
Expand Down

0 comments on commit a6b4f43

Please sign in to comment.