Remove unnecessary import

This commit is contained in:
Schuyler Cebulskie
2019-05-11 17:24:25 -04:00
parent 5e4654ee07
commit f30019dd4f

View File

@@ -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');