mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
Remove unnecessary import
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
const Action = require('./Action');
|
const Action = require('./Action');
|
||||||
const Channel = require('../../structures/Channel');
|
|
||||||
const TextChannel = require('../../structures/TextChannel');
|
const TextChannel = require('../../structures/TextChannel');
|
||||||
const VoiceChannel = require('../../structures/VoiceChannel');
|
const VoiceChannel = require('../../structures/VoiceChannel');
|
||||||
const CategoryChannel = require('../../structures/CategoryChannel');
|
const CategoryChannel = require('../../structures/CategoryChannel');
|
||||||
|
|||||||
Reference in New Issue
Block a user