|
@@ -1,6 +1,6 @@
|
|
|
import request from "request-promise-native";
|
|
|
import { Message } from "discord.js";
|
|
|
-import { Command, CommandSet, Action, ActionType } from "../model/command";
|
|
|
+import { Command, CommandSet } from "src/model/command";
|
|
|
|
|
|
const rcgRe = /<input id="rcg_image".+value="([^"]+)".*\/>/i;
|
|
|
|
|
@@ -20,9 +20,4 @@ export class Rcg {
|
|
|
files: [ regexResult[1].trim() ]
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
- @Action(ActionType.DIRECT_MENTION)
|
|
|
- async testEvent() {
|
|
|
- console.log("asd");
|
|
|
- }
|
|
|
};
|