diff --git a/MoreStatus.js b/MoreStatus.js new file mode 100644 index 0000000..b72ccc1 --- /dev/null +++ b/MoreStatus.js @@ -0,0 +1,75 @@ +module.exports = { + // Set this to the name of the mod. This is what will be shown inside of Discord Bot Studio. + // THIS FILE NAME MUST BE THIS VALUE WITH SPACES REMOVED + name: "More Status", + + // Place the author of the mod here. This is an array so you can add other authors by writing ["your a nerd", "New User"] + author: ["Vannzilla#5260, Revised by Big D#1129", "@miroxik74"], + + // Place the version of the mod here. + version: "0.3.2", + + // Whenever you make a change, please place the changelog here with your name. Created Send Message ~ your a nerd\n + changelog: "Fixed undefined value and added variables", + + // Set this to true if this will be an event. + isEvent: false, + + isResponse: true, + + // Set this to true if this will be a response mod. + isMod: true, + + // If you want to modify a core feature, set this to true. + isAddon: false, + + // Here you can define where you want your mod to show up inside of Discord Bot Studio + section: "Bot Action", + + // Place your html to show inside of Discord Bot Studio when they select your mod. + html: function(data) { + return ` +