Fix import

This commit is contained in:
Jiiks 2018-01-22 13:29:10 +02:00
parent 8cf6d6f2e0
commit e714a9267f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
import '../../node_modules/codemirror/addon/hint/show-hint.js';
const { remote } = window.require('electron');
const { BDIpc } = require('./bdipc');
const { BDIpc } = require('./BDIpc');
function sendToDiscord(channel, message) {
BDIpc.send('bd-sendToDiscord', { channel, message });
}