config typings

merge-requests/1/merge
Matthew 2019-10-22 18:40:02 -04:00
parent dd0468dc9c
commit a3ef700b73
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { Command } from './class';
export default class Client extends Eris.Client {
public config: { 'token': string; 'cloudflare': string; 'prefix': string; };
public config: { 'token': string; 'cloudflare': string; 'prefix': string; 'emailPass': string; };
public util: Util;