function BetterDiscord() { } BetterDiscord.prototype.init = function() { console.log("WOLOLOLOLO"); } exports.BetterDiscord = BetterDiscord;