Socket
Socket
Sign inDemoInstall

satella

Package Overview
Dependencies
11
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.7 to 1.3.8

2

package.json
{
"name": "satella",
"version": "1.3.7",
"version": "1.3.8",
"description": "Satella - A wrapper for the Discord API made in JS",

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

@@ -8,2 +8,3 @@ const Message = require('../Structures/Message');

const channel = client.channels.channels.get(payload.d.channel_id) || client.channels.dmchannels.get(payload.d.channel_id)
if(!channel) return;
const message = channel.messages.get(payload.d.id);

@@ -10,0 +11,0 @@ channel.messages.remove(payload.d.id);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc