New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dc_ref_msg

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dc_ref_msg

small inofficial Package to read the Mentioned Message from the Message ( extends Message, only Javascript )

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

This is an unofficial Package for getting the Referenced Message you can access it from the message Object which you get from bot.on('message'), You need "discord.js".

Example: bot.on('message', (msg) => { if(!msg.referenceIsNull()) { msg.channel.send(msg.referenced_message.content); } });

Firstly you need to use dc_ref_msg.extendIt(dc_ref_msg.referencedMessage) so it Works, otherwise it will give you an Error. These commands add the referenced_message Object to the Message Object

If you need help add me and ask your Questions Hue_Farbe#0919

Keywords

Social

FAQs

Package last updated on 17 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts