From b3b3552d416e19a71923b4c7d8c71a749930cbac Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 10 May 2018 11:34:09 -0600 Subject: [PATCH] Create pluginsrepo.js --- pluginsrepo.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pluginsrepo.js diff --git a/pluginsrepo.js b/pluginsrepo.js new file mode 100644 index 0000000..0678b40 --- /dev/null +++ b/pluginsrepo.js @@ -0,0 +1,8 @@ +/* +Plugins Repo Plugin for EndPwn +Made by Cynthia (Cynosphere) +*/ + +exports.start = function(){ + //TODO: All of this +}