This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
vylbot-core/tests/__mocks/events/name.ts
2021-08-20 16:09:33 +01:00

5 lines
124 B
TypeScript

import { Event } from "../../../src/type/event";
export class name extends Event {
public override channelCreate() {}
}