require('./prbridge');

This commit is contained in:
Lamp 2019-07-01 17:23:24 -07:00
parent 6a6308d9a4
commit 4f5b1462f3
1 changed files with 1 additions and 0 deletions

View File

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