Socket
Socket
Sign inDemoInstall

discord-rpc-contructor

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-rpc-contructor - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

3

index.js

@@ -1904,4 +1904,7 @@ module.exports = (function (e) {

module.exports.getImageCustom = async (image) => {
console.warn(`[DEPRECATED] Using this function can cause the RPC generation rate to drop quite low, so I recommend this way for better stability
https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Documents/User.md#custom-status-and-rpc
See [Old Method] section`);
const { data } = await require('axios').get(`https://rpcimage.herokuapp.com/send?img=${image}`);
return data;
}

2

package.json
{
"name": "discord-rpc-contructor",
"version": "1.1.2",
"version": "1.1.4",
"description": "Create Discord RPC for SelfBot",

@@ -5,0 +5,0 @@ "main": "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