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 5.0.28 to 5.0.29

1

build/decorators/decorators/On.d.ts

@@ -5,3 +5,2 @@ import { DiscordEvents } from "../..";

* Trigger a discord event
* @link https://github.com/OwenCalvin/discord.ts#client-payload-injection
* @param event The discord event to trigger

@@ -8,0 +7,0 @@ */

@@ -5,3 +5,2 @@ import { DiscordEvents } from "../..";

* Trigger a discord event only once
* @link https://github.com/OwenCalvin/discord.ts#client-payload-injection
* @param event The discord event to trigger

@@ -8,0 +7,0 @@ */

2

package.json
{
"name": "discordx",
"version": "5.0.28",
"version": "5.0.29",
"description": "Create your discord bot by using TypeScript and decorators!",

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

# Why discordx?
their are fixes and new features for `@typeit/discord#slash` in this package, we have also requested them on original package at [OwenCalvin/discord.ts/pull/62](https://github.com/OwenCalvin/discord.ts/pull/62)
their are fixes and new features for `discordx#slash` in this package, we have also requested them on original package at [OwenCalvin/discord.ts/pull/62](https://github.com/OwenCalvin/discord.ts/pull/62)
we are updating this package daily as per discord.js v13 updates. If you are using this package, make sure you keep it upto date in your project or use stable package `@typeit/discord`
we are updating this package daily as per discord.js v13 updates. If you are using this package, make sure you keep it upto date in your project or use stable package `discordx`

@@ -27,3 +27,3 @@ Thank you, you can open issues or request any feature at github [click here](https://github.com/oceanroleplay/discord.ts/issues)

following documentation are based on original package, if you wish to read documentation that is compitable with discordx then read at [oceanroleplay.github.io/discord.ts](https://oceanroleplay.github.io/discord.ts)
if you wish to read documentation that is compitable with discordx then read at [oceanroleplay.github.io/discord.ts](https://oceanroleplay.github.io/discord.ts)

@@ -39,3 +39,3 @@ ---

<p align="center">
discord.ts (@typeit/discord)
discord.ts (discordx)
</p>

@@ -60,3 +60,3 @@ </h1>

**[https://owencalvin.github.io/discord.ts/](https://owencalvin.github.io/discord.ts/)**
**[https://oceanroleplay.github.io/discord.ts/](https://oceanroleplay.github.io/discord.ts/)**

@@ -68,3 +68,3 @@ # 📟 @Slash - Discord commands

```ts
import { Discord, Slash } from "@typeit/discord";
import { Discord, Slash } from "discordx";
import { CommandInteraction } from "discord.js";

@@ -107,3 +107,3 @@

```typescript
import { Discord, On, Once } from "@typeit/discord";
import { Discord, On, Once } from "discordx";

@@ -135,3 +135,3 @@ @Discord()

```typescript
import { Discord, On, Client, Guard } from "@typeit/discord";
import { Discord, On, Client, Guard } from "discordx";
import { NotBot } from "./NotBot";

@@ -162,5 +162,5 @@ import { Prefix } from "./Prefix";

Use [npm](https://www.npmjs.com/package/@typeit/discord) or yarn to install **@typeit/discord@slash** with **discord.js**
Use [npm](https://www.npmjs.com/package/discordx) or yarn to install **discordx** with **discord.js**
**[Please refer to the documentation](https://owencalvin.github.io/discord.ts/installation/#installation)**
**[Please refer to the documentation](https://oceanroleplay.github.io/discord.ts/installation/#installation)**

@@ -171,2 +171,2 @@ # ☎️ Need help?

You can also find help with the [different projects that use discord.ts](https://github.com/OwenCalvin/discord.ts/network/dependents?package_id=UGFja2FnZS00Njc1MzYwNzU%3D) and in the [examples folder](https://github.com/OwenCalvin/discord.ts/tree/master/examples)
You can also find help with the [examples folder](https://github.com/oceanroleplay/discord.ts/tree/slashx/examples)

Sorry, the diff of this file is not supported yet

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