mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
Exposed all structures
This commit is contained in:
24
src/index.js
24
src/index.js
@@ -5,5 +5,27 @@ module.exports = {
|
|||||||
Shard: require('./sharding/Shard'),
|
Shard: require('./sharding/Shard'),
|
||||||
ShardingManager: require('./sharding/ShardingManager'),
|
ShardingManager: require('./sharding/ShardingManager'),
|
||||||
Collection: require('./util/Collection'),
|
Collection: require('./util/Collection'),
|
||||||
version: require(path.join(__dirname, '..', 'package.json')).version,
|
|
||||||
|
Channel: require('./structures/Channel'),
|
||||||
|
ClientUser: require('./structures/ClientUser'),
|
||||||
|
DMChannel: require('./structures/DMChannel'),
|
||||||
|
Emoji: require('./structures/Emoji'),
|
||||||
|
EvaluatedPermissions: require('./structures/EvaluatedPermissions'),
|
||||||
|
GroupDMChannel: require('./structures/GroupDMChannel'),
|
||||||
|
Guild: require('./structures/Guild'),
|
||||||
|
GuildChannel: require('./structures/GuildChannel'),
|
||||||
|
GuildMember: require('./structures/GuildMember'),
|
||||||
|
Invite: require('./structures/Invite'),
|
||||||
|
Message: require('./structures/Message'),
|
||||||
|
MessageAttachment: require('./structures/MessageAttachment'),
|
||||||
|
MessageEmbed: require('./structures/MessageEmbed'),
|
||||||
|
PartialGuild: require('./structures/PartialGuild'),
|
||||||
|
PartialGuildChannel: require('./structures/PartialGuildChannel'),
|
||||||
|
PermissionOverwrites: require('./structures/PermissionOverwrites'),
|
||||||
|
Role: require('./structures/Role'),
|
||||||
|
TextChannel: require('./structures/TextChannel'),
|
||||||
|
User: require('./structures/User'),
|
||||||
|
VoiceChannel: require('./structures/VoiceChannel'),
|
||||||
|
|
||||||
|
version: require(path.join(__dirname, '..', 'package')).version,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user