1.0.1 • Published 4 years ago

reaction-delete-message v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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.

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

✧◝(⁰▿⁰)◜✧