Socket
Socket
Sign inDemoInstall

discordx

Package Overview
Dependencies
Maintainers
1
Versions
617
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discordx - npm Package Compare versions

Comparing version 11.9.1 to 11.9.2

6

CHANGELOG.md
# discordx
## 11.9.2
### Patch Changes
- [#1012](https://github.com/discordx-ts/discordx/pull/1012) [`77007d5`](https://github.com/discordx-ts/discordx/commit/77007d5b69ce3846c283841a58e8271d072fe07f) Thanks [@samarmeena](https://github.com/samarmeena)! - remove regex from simple command message instance
## 11.9.1

@@ -4,0 +10,0 @@

4

dist/index.d.ts

@@ -18,3 +18,3 @@ import { ApplicationCommand, Message, Client as Client$1, Snowflake, CommandInteraction, AutocompleteInteraction, Interaction, ButtonInteraction, ModalSubmitInteraction, AnySelectMenuInteraction, ContextMenuCommandInteraction, MessageReaction, PartialMessageReaction, User, PartialUser, PermissionResolvable, LocalizationMap, ApplicationCommandType, ChatInputCommandInteraction, ChannelType, ApplicationCommandOptionType, ApplicationCommandOptionData, ClientOptions as ClientOptions$1, ClientEvents, RestEvents, ThreadChannel, GuildChannel, GuildMember, Role } from 'discord.js';

declare class SimpleCommandMessage {
prefix: string | RegExp;
prefix: string;
argString: string;

@@ -25,3 +25,3 @@ message: Message;

options: SimpleOptionType[];
constructor(prefix: string | RegExp, argString: string, message: Message, info: DSimpleCommand, splitter?: ArgSplitter | undefined);
constructor(prefix: string, argString: string, message: Message, info: DSimpleCommand, splitter?: ArgSplitter | undefined);
get name(): string;

@@ -28,0 +28,0 @@ get description(): string;

{
"name": "discordx",
"version": "11.9.1",
"version": "11.9.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Create a discord bot with TypeScript and Decorators!",

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