1.0.5 • Published 6 years ago

@spyte-corp/discord.js-remove-on-reaction v1.0.5

Weekly downloads
25
License
ISC
Repository
-
Last release
6 years ago

How to use:

//Firstly you need to require discord.js and log in etc. 
const reactionrem = require('discord.js-remove-on-reaction')
client.on("message", message => { //that's from discord.js
message.channel.send('Test') // send a test message IMPORTANT: DON'T ADD ;
 .then(botmessage => reactionrem(message, botmessage, true)) // botmessage is the message from .then and can be different, and message is from client.on("message") true/false - if only the message author can remove it (default true)
})

Everything works fine, i believe there is no timeout. Errors? Contact me on neoney#5816!

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago