Update coverage

This commit is contained in:
Ethan Lane 2021-12-24 16:20:58 +00:00
parent 1223e35bde
commit aa81b125ac
3 changed files with 71 additions and 0 deletions

View file

@ -15,6 +15,14 @@ export class CoreClient extends Client {
private _events: Events;
private _util: Util;
public get commandItems(): ICommandItem[] {
return this._commandItems;
}
public get eventItems(): IEventItem[] {
return this._eventItems;
}
constructor() {
super();
dotenv.config();