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

Update bulkdelete.js

parent 935e2cfb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ const Discord = require('discord.js');
exports.run = async(bot, message, args) => {
if (!message.member.hasPermission('MANAGE_MESSAGES')) return [message.channel.send(`yetkin mi varmış`)];
if (!message.member.hasPermission('MANAGE_MESSAGES')) return [message.channel.send(`Lacking permission to perform such action.`)];
let number = parseInt(args.join(' '));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment