Skip to content

Commit

Permalink
fix some help
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Jan 4, 2024
1 parent e57a91e commit e593912
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/lyricat/bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ def gen_multilingual_dynamic_commands name, aliases: [], **opts, &block
For specifying the difficulty, you can use one of the following:
(1) A single integer `n`, which means the difficulty is in `[n,n+1)`;
(2) A single number with decimal point `n`, which means the difficulty is exactly `n`;
(3) Two numbers `n` and `m`, which means the difficulty is in `[n,m]`.
(3) Two numbers `n` and `m`, which means the difficulty is in `[n,m]`
(or `[n,m+0.9]` if `m` does not have decimal point).
Append `rand` with one of `tw`, `cn`, `jp`, `eng` (such as `randcn`)
to specify the language.
DESC
Expand Down Expand Up @@ -663,8 +664,9 @@ def b15 lang, session_token
For specifying the difficulty, you can use one of the following:
(1) A single integer `n`, which means the difficulty is in `[n,n+1)`;
(2) A single number with decimal point `n`, which means the difficulty is exactly `n`;
(3) Two numbers `n` and `m`, which means the difficulty is in `[n,m]`.
Append `listsongs` with one of `tw`, `cn`, `jp`, `eng` (such as `scorecn`)
(3) Two numbers `n` and `m`, which means the difficulty is in `[n,m]`
(or `[n,m+0.9]` if `m` does not have decimal point).
Append `listsongs` with one of `tw`, `cn`, `jp`, `eng` (such as `listsongscn`)
to specify the language.
DESC
usage = 'listsongs[lang] [difficulty]'
Expand Down

0 comments on commit e593912

Please sign in to comment.