mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
✔支持设置小数点数
This commit is contained in:
parent
36b993cd18
commit
4a460d6d41
@ -941,7 +941,7 @@ reset_point = on_alconna(
|
|||||||
Option(
|
Option(
|
||||||
"-v|--value",
|
"-v|--value",
|
||||||
default=0,
|
default=0,
|
||||||
args=Args["people", float | int, 0],
|
args=Args["value", float | int, 0],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
aliases={
|
aliases={
|
||||||
|
Loading…
Reference in New Issue
Block a user