lbry-wunderbot/bot/modules/moderation.js
Fillerino 288e166f20 Uploaded the main code!
Uploaded the main sourcecode and some unfinished commands!
2017-10-25 21:31:42 +02:00

15 lines
No EOL
373 B
JavaScript

/*'use strict';
// Moderation module, handles banning and kicking and more...
let hasPerms = require('../helpers.js').hasPerms;
exports.commands = [
"m"
]
exports.m = {
usage: "<subcommand> <reason>",
description: 'ban: bans the user with the reason\n kick: get adress for your deposits\n',
process: function(bot,msg,suffix){
console.log(msg.member.user);
}
}*/