forked from engineering/cloudservices
Stop base command from registering
parent
d01624fc11
commit
29c7b0a5f9
|
@ -28,7 +28,7 @@ export default class Client extends Eris.Client {
|
||||||
process.title = 'cloudservices';
|
process.title = 'cloudservices';
|
||||||
this.config = config;
|
this.config = config;
|
||||||
this.util = new Util(this);
|
this.util = new Util(this);
|
||||||
this.commands = new Collection({ base: Command });
|
this.commands = new Collection<Command>();
|
||||||
this.db = { Account, Domain, Moderation };
|
this.db = { Account, Domain, Moderation };
|
||||||
this.stores = { emojis };
|
this.stores = { emojis };
|
||||||
this.signale = signale;
|
this.signale = signale;
|
||||||
|
|
Loading…
Reference in New Issue