mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
export constants
This commit is contained in:
parent
bd00bc404c
commit
d6218050ba
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ module.exports = {
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue