fix(Webhook): import Channel correctly

This commit is contained in:
Lewdcario 2018-07-01 10:19:18 -05:00
parent 938d87d5d6
commit 077d41fbca
No known key found for this signature in database
GPG key ID: 6FCE946CE72C1D94

View file

@ -1,5 +1,5 @@
const DataResolver = require('../util/DataResolver');
const { Channel } = require('./Channel');
const Channel = require('./Channel');
const { createMessage } = require('./shared');
/**