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/normal.ts

5 lines
126 B
TypeScript
Raw Permalink Normal View History

2021-08-20 16:09:33 +01:00
import { Event } from "../../../src/type/event";
2021-08-21 15:20:40 +01:00
export class normal extends Event {
2021-08-20 16:09:33 +01:00
public override channelCreate() {}
}