Socket
Socket
Sign inDemoInstall

@notenoughupdates/discord-akairo

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notenoughupdates/discord-akairo - npm Package Compare versions

Comparing version 9.1.3-dev.1655503334.e6f6d27 to 9.1.3-dev.1655515392.64743a1

2

dist/package.json
{
"name": "@notenoughupdates/discord-akairo",
"version": "9.1.3-dev.1655503334.e6f6d27",
"version": "9.1.3-dev.1655515392.64743a1",
"description": "A highly customizable bot framework for Discord.js.",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

@@ -141,6 +141,7 @@ "use strict";

this.client.once("ready", () => {
// if (this.autoRegisterSlashCommands)
// this.registerInteractionCommands().then(() => {
// if (this.useSlashPermissions) this.updateInteractionPermissions(this.client.ownerID /* this.client.superUserID */);
// });
if (this.autoRegisterSlashCommands)
this.registerInteractionCommands();
// .then(() => {
// if (this.useSlashPermissions) this.updateInteractionPermissions(this.client.ownerID /* this.client.superUserID */);
// });
this.client.on("messageCreate", async (m) => {

@@ -147,0 +148,0 @@ const message = m.partial ? await m.fetch().catch(() => null) : m;

{
"name": "@notenoughupdates/discord-akairo",
"version": "9.1.3-dev.1655503334.e6f6d27",
"version": "9.1.3-dev.1655515392.64743a1",
"description": "A highly customizable bot framework for Discord.js.",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

@@ -334,6 +334,6 @@ import {

this.client.once("ready", () => {
// if (this.autoRegisterSlashCommands)
// this.registerInteractionCommands().then(() => {
// if (this.useSlashPermissions) this.updateInteractionPermissions(this.client.ownerID /* this.client.superUserID */);
// });
if (this.autoRegisterSlashCommands) this.registerInteractionCommands();
// .then(() => {
// if (this.useSlashPermissions) this.updateInteractionPermissions(this.client.ownerID /* this.client.superUserID */);
// });

@@ -340,0 +340,0 @@ this.client.on("messageCreate", async m => {

Sorry, the diff of this file is not supported yet

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