New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reaction-delete-message

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reaction-delete-message

Discord Reaction Delete Message System =================

1.0.1
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Discord Reaction Delete Message System

Reaction Delete Message is a module that allows when you push the your selected custom emoji, your message deletes. For Discord.JS

Usage

const Discord = require("discord.js");
const client = new Discord.Client({ partials: ['MESSAGE', 'CHANNEL', 'REACTION'] });
require('reaction-delete-message')(client);

This code must have on the index.js file.

"emoji_id": "730392555476484138"

This code must have on the cofig.json file.

=================

✧◝(⁰▿⁰)◜✧

FAQs

Package last updated on 17 Jul 2020

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