mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
Remove unnecessary import
This commit is contained in:
parent
5e4654ee07
commit
f30019dd4f
1 changed files with 0 additions and 1 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue