Update 'index.js'

This commit is contained in:
Valentin Servieres 2022-04-18 22:43:14 +02:00
parent 9b9e7d6932
commit a79c2bea0e

View file

@ -92,9 +92,11 @@ client.on('guildMemberRemove', async member => {
client.on('messageReactionAdd', (reaction, user) => {
if (user.bot) return
rolereact.give(reaction, user);
});
client.on('messageReactionRemove', (reaction, user) => {
if (user.bot) return
rolereact.remove(reaction, user);
});