Commit 4099523c authored by Chunchi Che's avatar Chunchi Che

optimize move log

parent bcf6d4a1
Pipeline #22055 passed with stages
in 17 minutes and 59 seconds
......@@ -30,7 +30,7 @@ export default async (move: MsgMove) => {
move.to.toArray().at(1) === undefined ? ygopro.CardZone.TZONE : to.location;
// log出来看看,后期删掉即可
(async () => {
await (async () => {
const { text } = await fetchCard(code);
console.color("green")(
`${text.name} ${ygopro.CardZone[fromZone]}:${from.sequence}${ygopro.CardZone[toZone]}:${to.sequence}`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment