1
0
Fork 0

set process title on constructor

refactor/models
Matthew 2019-10-27 20:17:29 -04:00
parent 52050f41f3
commit f83b62e3c0
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export default class Client extends Eris.Client {
constructor() { constructor() {
super(config.token, { getAllUsers: true, restMode: true, defaultImageFormat: 'png' }); super(config.token, { getAllUsers: true, restMode: true, defaultImageFormat: 'png' });
process.title = 'cloudservices';
this.config = config; this.config = config;
this.util = new Util(this); this.util = new Util(this);
this.commands = new Map(); this.commands = new Map();