Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pgamerx/djs-addon

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pgamerx/djs-addon - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

main.js

42

index.d.ts

@@ -78,38 +78,2 @@ import {

export type rankCard_options = {
/**Provide a member into the system (Identifies the member automatically if not provided) */
member?: User;
level: number;
currentXP: number;
neededXP: number;
rank: number;
/** Slash support */
slash?: boolean;
/** Background of the rank card */
background?: string;
};
export type ytNotifyOptions = (
| {
/** Youtube channel ID from the URL */
ytID: string;
}
| {
/** Youtube channel URL */
ytURL: string;
}
) & {
/** Discord channel ID to post message there */
channel: string;
/** This checks if the video is posted after starting the bot. */
startAt: Date;
/** Message sent when the user posts a video */
msg_to_be_sent?: string;
};
export declare function rankCard(
message: Message,
options?: rankCard_options
): Promise<void>;
export declare function ytSearch(

@@ -119,7 +83,3 @@ message: Message,

): Promise<void>;
export declare function ytNotify(
client: Client,
db: DB,
options?: ytNotifyOptions
): Promise<void>;
export declare function calculator(

@@ -126,0 +86,0 @@ interaction: CommandInteraction,

{
"name": "@pgamerx/djs-addon",
"version": "1.0.2",
"version": "1.0.3",
"description": "This is a npm package that allows you to easily add fun features using DiscordJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"main": "main.js",
"typings": "index.d.ts"
},

@@ -20,3 +22,6 @@ "author": "",

"rss-parser": "^3.12.0"
},
"devDependencies": {
"typescript": "^4.4.4"
}
}
# djs-addon
![npm (scoped)](https://img.shields.io/npm/v/@pgamerx/djs-addon?label=Version&logo=npm)
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@pgamerx/djs-addon?color=blue&label=Size&logo=npm)
This isnt available for public use 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