add dll for release folder
This commit is contained in:
parent
41cb23d0a0
commit
096a34361e
BIN
astealz-BotMonitor/astealz.BotMonitor.dll
Normal file
BIN
astealz-BotMonitor/astealz.BotMonitor.dll
Normal file
Binary file not shown.
Binary file not shown.
@ -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();
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "botmonitor",
|
|
||||||
"author": "astealz",
|
|
||||||
"version": "1.0.1",
|
|
||||||
"akiVersion": "2.*.*",
|
|
||||||
"license": "NCSA Open Source",
|
|
||||||
"main": "package.js"
|
|
||||||
}
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user