Skip to content
Snippets Groups Projects
Commit cdecd217 authored by Levatax's avatar Levatax
Browse files

Update mute.js

parent 7df55025
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@ exports.run = async(client, message, args) => {
ADD_REACTIONS: false
});
});
}catch(e => {
}catch(e){
client.channels.cache.get('790640302452375562').send(`Error on mute command \n${e}`)
});
};
}
if (spammer.roles.cache.has(role.id)) return message.channel.send('Bu üye zaten susturulmuş!');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment