Fix import
This commit is contained in:
parent
8cf6d6f2e0
commit
e714a9267f
|
@ -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 });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue