mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
fix that
This commit is contained in:
parent
d6218050ba
commit
8f8e0b1e52
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue