aboutsummaryrefslogtreecommitdiff
path: root/node_modules/discord.js/src/index.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-28 16:20:27 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-28 16:20:27 -0400
commitd35e0862e6b60fe3c4f823371627359f3ce3e68b (patch)
treed98b788eb1abf0a8814207b993b4e22efe711deb /node_modules/discord.js/src/index.js
parent20993df62e7e38ed43428aafa5981afc3543bdea (diff)
downloadAleeBot-d35e0862e6b60fe3c4f823371627359f3ce3e68b.tar.gz
AleeBot-d35e0862e6b60fe3c4f823371627359f3ce3e68b.tar.bz2
AleeBot-d35e0862e6b60fe3c4f823371627359f3ce3e68b.zip
Removing node modules (go get them yourself :P)
Diffstat (limited to 'node_modules/discord.js/src/index.js')
-rw-r--r--node_modules/discord.js/src/index.js47
1 files changed, 0 insertions, 47 deletions
diff --git a/node_modules/discord.js/src/index.js b/node_modules/discord.js/src/index.js
deleted file mode 100644
index 85326bf..0000000
--- a/node_modules/discord.js/src/index.js
+++ /dev/null
@@ -1,47 +0,0 @@
-module.exports = {
- Client: require('./client/Client'),
- WebhookClient: require('./client/WebhookClient'),
- Shard: require('./sharding/Shard'),
- ShardClientUtil: require('./sharding/ShardClientUtil'),
- ShardingManager: require('./sharding/ShardingManager'),
-
- Collection: require('./util/Collection'),
- splitMessage: require('./util/SplitMessage'),
- escapeMarkdown: require('./util/EscapeMarkdown'),
- fetchRecommendedShards: require('./util/FetchRecommendedShards'),
-
- Channel: require('./structures/Channel'),
- ClientOAuth2Application: require('./structures/ClientOAuth2Application'),
- ClientUser: require('./structures/ClientUser'),
- 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'),
- GuildMember: require('./structures/GuildMember'),
- Invite: require('./structures/Invite'),
- Message: require('./structures/Message'),
- MessageAttachment: require('./structures/MessageAttachment'),
- MessageCollector: require('./structures/MessageCollector'),
- MessageEmbed: require('./structures/MessageEmbed'),
- MessageReaction: require('./structures/MessageReaction'),
- OAuth2Application: require('./structures/OAuth2Application'),
- PartialGuild: require('./structures/PartialGuild'),
- PartialGuildChannel: require('./structures/PartialGuildChannel'),
- PermissionOverwrites: require('./structures/PermissionOverwrites'),
- Presence: require('./structures/Presence').Presence,
- ReactionEmoji: require('./structures/ReactionEmoji'),
- RichEmbed: require('./structures/RichEmbed'),
- Role: require('./structures/Role'),
- TextChannel: require('./structures/TextChannel'),
- User: require('./structures/User'),
- VoiceChannel: require('./structures/VoiceChannel'),
- Webhook: require('./structures/Webhook'),
-
- version: require('../package').version,
- Constants: require('./util/Constants'),
-};
-
-if (typeof window !== 'undefined') window.Discord = module.exports; // eslint-disable-line no-undef