More fixes

This commit is contained in:
Isaac
2022-07-18 21:53:17 +01:00
parent 3a1c0f54bd
commit 28f1e85759
9 changed files with 62 additions and 24 deletions

View File

@@ -31,6 +31,7 @@ module.exports = class Client extends FrameworkClient {
this.i18n = new I18n('en-GB', locales);
this.config = config;
this.log = log;
this.supers = (process.env.SUPER ?? '').split(',');
}
async login(token) {