Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

artibot

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artibot - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

3

index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc