This commit is contained in:
Amish Shah
2016-12-04 13:08:50 +00:00
parent d6218050ba
commit 8f8e0b1e52

View File

@@ -41,7 +41,7 @@ module.exports = {
Webhook: require('./structures/Webhook'), Webhook: require('./structures/Webhook'),
version: require('../package').version, version: require('../package').version,
Constants: require('../util/Constants'), Constants: require('./util/Constants'),
}; };
if (typeof window !== 'undefined') window.Discord = module.exports; // eslint-disable-line no-undef if (typeof window !== 'undefined') window.Discord = module.exports; // eslint-disable-line no-undef