Fix issue where events would not load
This commit is contained in:
parent
3b9231644a
commit
c986055698
2 changed files with 2 additions and 1 deletions
|
@ -53,5 +53,7 @@ export class CoreClient extends Client {
|
||||||
const item: IEventItem = {
|
const item: IEventItem = {
|
||||||
Event: event,
|
Event: event,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
this._eventItems.push(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import { Message } from "discord.js";
|
|
||||||
import { ICommandContext } from "../contracts/ICommandContext";
|
import { ICommandContext } from "../contracts/ICommandContext";
|
||||||
|
|
||||||
export class Command {
|
export class Command {
|
||||||
|
|
Loading…
Reference in a new issue