mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-09-06 04:06:24 +00:00
不是大问题
This commit is contained in:
@ -421,8 +421,8 @@ async def _(
|
|||||||
).lower()
|
).lower()
|
||||||
|
|
||||||
if len(dest_axis) == 2 and dest_axis[0] in (x, y, z) and dest_axis[1] in ("-", "+"):
|
if len(dest_axis) == 2 and dest_axis[0] in (x, y, z) and dest_axis[1] in ("-", "+"):
|
||||||
dest_axis = dest_axis[0]
|
|
||||||
axis_forward = True if dest_axis[1] == "+" else False
|
axis_forward = True if dest_axis[1] == "+" else False
|
||||||
|
dest_axis = dest_axis[0]
|
||||||
else:
|
else:
|
||||||
await cmd2struct.finish(
|
await cmd2struct.finish(
|
||||||
UniMessage.text(
|
UniMessage.text(
|
||||||
|
Reference in New Issue
Block a user