Update coverage
This commit is contained in:
parent
1223e35bde
commit
aa81b125ac
3 changed files with 71 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue