Feature/74 merge vylbot core #80
2 changed files with 2 additions and 1 deletions
|
@ -53,5 +53,7 @@ export class CoreClient extends Client {
|
|||
const item: IEventItem = {
|
||||
Event: event,
|
||||
};
|
||||
|
||||
this._eventItems.push(item);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { Message } from "discord.js";
|
||||
import { ICommandContext } from "../contracts/ICommandContext";
|
||||
|
||||
export class Command {
|
||||
|
|
Loading…
Reference in a new issue