From f30019dd4f9d4f6a7d45589e9ff50637bce0c816 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 11 May 2019 17:24:25 -0400 Subject: [PATCH] Remove unnecessary import --- src/client/actions/ChannelUpdate.js | 1 - 1 file changed, 1 deletion(-) 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');