Update tests to match event changes

This commit is contained in:
Ethan Lane 2021-12-02 15:32:09 +00:00
parent 7861829f5d
commit 6bc0cf3d6a
Signed by: Vylpes
GPG key ID: EED233CC06D12504

View file

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