mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 05:22:15 +00:00
Fix Hydra's disregard of the alphabet
This commit is contained in:
parent
ef63f0ee8b
commit
9ebe5e64b7
1 changed files with 2 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
DMChannel: require('./structures/DMChannel'),
|
||||
Emoji: require('./structures/Emoji'),
|
||||
EvaluatedPermissions: require('./structures/EvaluatedPermissions'),
|
||||
Game: require('./structures/Presence').Game,
|
||||
GroupDMChannel: require('./structures/GroupDMChannel'),
|
||||
Guild: require('./structures/Guild'),
|
||||
GuildChannel: require('./structures/GuildChannel'),
|
||||
|
|
@ -23,12 +24,11 @@ module.exports = {
|
|||
PartialGuild: require('./structures/PartialGuild'),
|
||||
PartialGuildChannel: require('./structures/PartialGuildChannel'),
|
||||
PermissionOverwrites: require('./structures/PermissionOverwrites'),
|
||||
Presence: require('./structures/Presence').Presence,
|
||||
Role: require('./structures/Role'),
|
||||
TextChannel: require('./structures/TextChannel'),
|
||||
User: require('./structures/User'),
|
||||
VoiceChannel: require('./structures/VoiceChannel'),
|
||||
Presence: require('./structures/Presence').Presence,
|
||||
Game: require('./structures/Presence').Game,
|
||||
|
||||
version: require(path.join(__dirname, '..', 'package')).version,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue