Update tests to match event changes
This commit is contained in:
parent
7861829f5d
commit
6bc0cf3d6a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import { Event } from "../../../src/type/event";
|
import { Event } from "../../../src/type/event";
|
||||||
|
|
||||||
export class normal extends Event {
|
export default class normal extends Event {
|
||||||
public override channelCreate() {}
|
public override channelCreate() {}
|
||||||
}
|
}
|
Reference in a new issue