add dll for release folder

This commit is contained in:
Chomp 2022-03-07 17:18:43 +00:00
parent 41cb23d0a0
commit 096a34361e
4 changed files with 0 additions and 21 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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();

View File

@ -1,9 +0,0 @@
{
"name": "botmonitor",
"author": "astealz",
"version": "1.0.1",
"akiVersion": "2.*.*",
"license": "NCSA Open Source",
"main": "package.js"
}