Add to main

This commit is contained in:
Lamp 2018-11-04 23:03:31 -08:00
parent 9ec257b391
commit 98c82dab19
No known key found for this signature in database
GPG Key ID: 0F1F8704BEDE369E
1 changed files with 1 additions and 0 deletions

View File

@ -48,5 +48,6 @@ dClient.once('ready', () => {
require('./mppbridger');
require('./screenshotter');
require('./misc');
require('./ddpbridge');
});