Stop base command from registering

merge-requests/1/merge
Bsian 2019-10-31 20:32:12 +00:00
parent d01624fc11
commit 29c7b0a5f9
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export default class Client extends Eris.Client {
process.title = 'cloudservices';
this.config = config;
this.util = new Util(this);
this.commands = new Collection({ base: Command });
this.commands = new Collection<Command>();
this.db = { Account, Domain, Moderation };
this.stores = { emojis };
this.signale = signale;