0210
Some checks failed
test / Run tests (push) Failing after 13s
build / Build (push) Failing after 22s
Some checks failed
test / Run tests (push) Failing after 13s
build / Build (push) Failing after 22s
This commit is contained in:
@ -3,5 +3,9 @@ import { Group } from "@Packages/message/server";
|
||||
export class GMApi {
|
||||
constructor(private group: Group) {}
|
||||
|
||||
init() {}
|
||||
init() {
|
||||
this.group.on("requestXhr", async (data) => {
|
||||
console.log(data);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user