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

@rjns/bot

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjns/bot - npm Package Compare versions

Comparing version 1.20.2 to 1.20.3

5

lib/cjs/api/classes/ServerUser.js

@@ -38,3 +38,2 @@ "use strict";

this.isOwner = data.owner;
this.avatarURL = data.avatar;
this.bank = data.bank;

@@ -47,2 +46,6 @@ this.wallet = data.wallet;

this.xp = data.xp;
this.overrides = {
display: data.display,
avatarURL: data.avatar
};
this.limits = {

@@ -49,0 +52,0 @@ queries: data.maxQueries,

2

lib/cjs/pckg.json
{
"name": "@rjns/bot",
"version": "1.20.2",
"version": "1.20.3",
"description": "RJNS BOT Client",

@@ -5,0 +5,0 @@ "module": "lib/esm/index.js",

@@ -15,3 +15,2 @@ import { User } from "./User";

this.isOwner = data.owner;
this.avatarURL = data.avatar;
this.bank = data.bank;

@@ -24,2 +23,6 @@ this.wallet = data.wallet;

this.xp = data.xp;
this.overrides = {
display: data.display,
avatarURL: data.avatar
};
this.limits = {

@@ -26,0 +29,0 @@ queries: data.maxQueries,

{
"name": "@rjns/bot",
"version": "1.20.2",
"version": "1.20.3",
"description": "RJNS BOT Client",

@@ -5,0 +5,0 @@ "module": "lib/esm/index.js",

@@ -12,2 +12,3 @@ import { DeepRequired } from "@rjweb/utils";

xp: number;
display: string | null;
avatar: string | null;

@@ -106,5 +107,14 @@ maxQueries: number | null;

/**
* The Avatar of the Server User (null if not server-overridden)
* @since 1.0.0
*/ avatarURL: string | null;
* The Server User Overrides of the Original User
* @since 1.20.3
*/ overrides: {
/**
* The overridden Discord Display Name of the User
* @since 1.20.3
*/ display: string | null;
/**
* The overridden Discord Avatar URL of the User
* @since 1.20.3
*/ avatarURL: string | null;
};
/**

@@ -220,3 +230,6 @@ * The Bank Amount of the Server User

images: number;
tts: number;
tts: number; /**
* The AI Limits of the User
* @since 1.1.0
*/
week: {

@@ -227,6 +240,3 @@ day: import("..").Day;

images: number;
tts: number; /**
* The Maximum Amount of TTS Audios allowed
* @since 1.12.1
*/
tts: number;
}[];

@@ -233,0 +243,0 @@ }>;

{
"name": "@rjns/bot",
"version": "1.20.2",
"version": "1.20.3",
"description": "RJNS BOT Client",

@@ -5,0 +5,0 @@ "module": "lib/esm/index.js",

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