vylbot-app/tests/__mocks/events/normal.ts

5 lines
126 B
TypeScript
Raw Normal View History

2021-12-21 18:02:27 +00:00
import { Event } from "../../../src/type/event";
export class normal extends Event {
public override channelCreate() {}
}