Improvements

This commit is contained in:
Ethan Lane 2021-08-21 15:20:40 +01:00
parent 044140d58d
commit bb848dcec3
6 changed files with 10 additions and 50 deletions

View file

@ -1,5 +1,5 @@
import { Event } from "../../../src/type/event";
export class name extends Event {
export class normal extends Event {
public override channelCreate() {}
}