[Chore] Update dist

This commit is contained in:
Ducko 2021-02-07 20:18:53 +00:00
parent 07b42ea7a9
commit 9202de7aa7
2 changed files with 6 additions and 1 deletions

5
dist/module/Copy Avatar URL.js vendored Normal file
View File

@ -0,0 +1,5 @@
parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c<t.length;c++)try{f(t[c])}catch(e){i||(i=e)}if(t.length){var l=f(t[t.length-1]);"object"==typeof exports&&"undefined"!=typeof module?module.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):n&&(this[n]=l)}if(parcelRequire=f,i)throw i;return f}({"../../../moduleWrappers/patcher.js":[function(require,module,exports) {
module.exports=goosemodScope.patcher;
},{}],"index.js":[function(require,module,exports) {
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e,o=require("@goosemod/patcher"),t={goosemodHandlers:{onImport:function(){e=o.contextMenu.patch("user",{label:"Copy Avatar URL",action:function(e,o){window.DiscordNative.clipboard.copy(o.user.avatarURL)}})},onRemove:function(){e()}}};exports.default=t;
},{"@goosemod/patcher":"../../../moduleWrappers/patcher.js"}]},{},["index.js"], null);parcelRequire('index.js').default

2
dist/modules.json vendored

File diff suppressed because one or more lines are too long