mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix(Webhook): import Channel correctly
This commit is contained in:
parent
938d87d5d6
commit
077d41fbca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const DataResolver = require('../util/DataResolver');
|
||||
const { Channel } = require('./Channel');
|
||||
const Channel = require('./Channel');
|
||||
const { createMessage } = require('./shared');
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue