mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
fix that
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user