Commit 8fb20db4 authored by nanahira's avatar nanahira

smaller

parent eb1801bc
Pipeline #4482 passed with stages
in 1 minute and 48 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -9,7 +9,8 @@
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.1",
"koishi": "^3.10.1",
"koishi-core": "^3.13.0",
"koishi-utils": "^4.2.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"raw-loader": "^4.0.2",
......
import { Context } from "koishi-core";
import type { Context } from "koishi-core";
import _ from "lodash";
import "source-map-support/register";
import { Logger } from "koishi-utils";
import type { Logger } from "koishi-utils";
import { Attacker } from "./attacker";
import moment from "moment";
......
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