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

18 lines
No EOL
255 B
JavaScript

/*'use strict';
exports.commands = [
"speech"
]
exports.init = function(bot){
console.log(bot);
}
exports.speech = {
usage: "<claim>",
description: 'Speech coming soon...',
process: function(bot,msg,suffix){
console.log(msg.member.user);
}
}
*/