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.0 to 11.9.1

LICENSE.txt

6

CHANGELOG.md
# discordx
## 11.9.1
### Patch Changes
- [#1010](https://github.com/discordx-ts/discordx/pull/1010) [`37753c6`](https://github.com/discordx-ts/discordx/commit/37753c61d07f2ef47fa48ea10404bc992d865f28) Thanks [@samarmeena](https://github.com/samarmeena)! - fixed issue #1009
## 11.9.0

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

11

dist/index.d.ts

@@ -87,3 +87,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';

static get simpleCommandsByName(): readonly ISimpleCommandByName[];
static get simpleCommandsByPrefix(): Map<string, ISimpleCommandByName[]>;
static get simpleCommandMappedPrefix(): readonly string[];
static get simpleCommands(): readonly DSimpleCommand[];

@@ -106,3 +106,3 @@ get applicationCommandSlashes(): readonly DApplicationCommand[];

get simpleCommandsByName(): readonly ISimpleCommandByName[];
get simpleCommandsByPrefix(): Map<string, ISimpleCommandByName[]>;
get simpleCommandMappedPrefix(): readonly string[];
get simpleCommands(): readonly DSimpleCommand[];

@@ -284,2 +284,5 @@ get botResolvedGuilds(): Promise<string[]>;

initEvents(): void;
/**
* Unbind all Discordx events initialized by the initEvents method.
*/
removeEvents(): void;

@@ -1407,3 +1410,3 @@ /**

private _simpleCommandsByName;
private _simpleCommandsByPrefix;
private _simpleCommandMappedPrefix;
private _applicationCommandMessages;

@@ -1437,3 +1440,3 @@ private _applicationCommandSlashes;

get simpleCommandsByName(): readonly ISimpleCommandByName[];
get simpleCommandsByPrefix(): Map<string, ISimpleCommandByName[]>;
get simpleCommandMappedPrefix(): readonly string[];
get simpleCommands(): readonly DSimpleCommand[];

@@ -1440,0 +1443,0 @@ /**

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

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

"Owen Calvin <owen.gombas@gmail.com> (https://github.com/OwenCalvin)",
"Vijay Meena <indianoceanroleplay@gmail.com> (https://github.com/samarmeena)"
"Vijay Meena <vijayymmeena@gmail.com> (https://github.com/samarmeena)"
],

@@ -42,3 +42,3 @@ "exports": {

"CHANGELOG.md",
"LICENSE",
"LICENSE.txt",
"README.md",

@@ -54,3 +54,3 @@ "SECURITY.md",

"dependencies": {
"@discordx/di": "^3.2.0",
"@discordx/di": "^3.3.0",
"@discordx/internal": "^1.1.0",

@@ -62,12 +62,12 @@ "lodash": "^4.17.21",

"@discordx/importer": "^1.3.0",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.2",
"discord.js": "^14.14.1",
"jest": "^29.7.0",
"reflect-metadata": "^0.1.13",
"ts-jest": "^29.1.1",
"reflect-metadata": "^0.2.2",
"ts-jest": "^29.1.2",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.1",
"typescript": "5.3.2"
"ts-node": "^10.9.2",
"typescript": "5.4.3"
},

@@ -74,0 +74,0 @@ "peerDependencies": {

@@ -414,3 +414,2 @@ <div>

import { NotBot } from "./NotBot";
import { Prefix } from "./Prefix";

@@ -417,0 +416,0 @@ @Discord()

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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