From 8f8e0b1e52d2718d9b370f78fd7aede9d2ab9ffc Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sun, 4 Dec 2016 13:08:50 +0000 Subject: [PATCH] fix that --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index d3fe26679..85326bfc1 100644 --- a/src/index.js +++ b/src/index.js @@ -41,7 +41,7 @@ module.exports = { Webhook: require('./structures/Webhook'), 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