Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@eds-fw/framework

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eds-fw/framework - npm Package Compare versions

Comparing version
5.5.0
to
5.5.1
+1
-1
dist/Classes/Handler.js

@@ -64,3 +64,3 @@ import { ChannelType, ChatInputCommandInteraction, InteractionType } from "discord.js";

if (message.content.toLowerCase().startsWith(this.runtime.config.prefix))
if (cmdName.includes(context.commandName)) {
if (cmdName == context.commandName) {
try {

@@ -67,0 +67,0 @@ if (!cmdInfo.noCheckAccess && !this._checkAccess(context, cmdInfo.allowedRoles))

@@ -22,3 +22,3 @@ {

"name": "@eds-fw/framework",
"version": "5.5.0",
"version": "5.5.1",
"description": "Simply TypeScript framework for your discord.js bot",

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