Comparing version 3.0.7 to 3.0.8
@@ -194,4 +194,2 @@ import InteractionManager from "./interactionManager.js"; | ||
registerModule = (module, config = {}) => { | ||
this.config[module.id] = config; | ||
if (typeof module == "function") { | ||
@@ -219,2 +217,3 @@ try { | ||
if (Object.entries(config).length !== 0) { | ||
this.config[module.id] = config; | ||
log("Artibot", this.localizer.__("Custom configuration for [[0]] saved.", { placeholders: [module.name] }), "log", true); | ||
@@ -221,0 +220,0 @@ } |
{ | ||
"name": "artibot", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Modern, fast and modular open-source Discord bot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162932