This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
// The following utility function are taken from EnhancedDiscord, developed by | |
// joe27g <https://github.com/joe27g>, and licensed under an MIT License. | |
// All credit goes to joe27g for the breadth of the work regarding accessing | |
// webpack modules at runtime. | |
// | |
// --- | |
// MIT License | |
// |