diff --git a/src/client/actions/ChannelUpdate.js b/src/client/actions/ChannelUpdate.js index 4c94f9c02..ba1c4ef7e 100644 --- a/src/client/actions/ChannelUpdate.js +++ b/src/client/actions/ChannelUpdate.js @@ -1,5 +1,4 @@ const Action = require('./Action'); -const Channel = require('../../structures/Channel'); const TextChannel = require('../../structures/TextChannel'); const VoiceChannel = require('../../structures/VoiceChannel'); const CategoryChannel = require('../../structures/CategoryChannel');