@eds-fw/framework
Advanced tools
@@ -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)) |
+1
-1
@@ -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", |
82657
-0.01%