diff options
Diffstat (limited to 'build/hypixel.js')
-rw-r--r-- | build/hypixel.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/hypixel.js b/build/hypixel.js index 5dd45bb..e72ab8c 100644 --- a/build/hypixel.js +++ b/build/hypixel.js @@ -1,4 +1,7 @@ "use strict"; +/** + * Fetch the clean Hypixel API + */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); |