diff --git a/astealz-BotMonitor/astealz.BotMonitor.dll b/astealz-BotMonitor/astealz.BotMonitor.dll new file mode 100644 index 0000000..157a433 Binary files /dev/null and b/astealz-BotMonitor/astealz.BotMonitor.dll differ diff --git a/astealz-BotMonitor/module.dll b/astealz-BotMonitor/module.dll deleted file mode 100644 index 1c546a7..0000000 Binary files a/astealz-BotMonitor/module.dll and /dev/null differ diff --git a/astealz-BotMonitor/package.js b/astealz-BotMonitor/package.js deleted file mode 100644 index f1ab55c..0000000 --- a/astealz-BotMonitor/package.js +++ /dev/null @@ -1,12 +0,0 @@ -"use strict"; - -class ModMain { - constructor() { - const mod = require("./package.json"); - this.modName = `${mod.author.toLowerCase()}-${mod.name.toLowerCase()}`; - - Logger.info(`Loading: ${this.modName} : ${mod.version}`); - } -} - -module.exports = new ModMain(); \ No newline at end of file diff --git a/astealz-BotMonitor/package.json b/astealz-BotMonitor/package.json deleted file mode 100644 index 40bc227..0000000 --- a/astealz-BotMonitor/package.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "botmonitor", - "author": "astealz", - "version": "1.0.1", - "akiVersion": "2.*.*", - "license": "NCSA Open Source", - "main": "package.js" -} -