kanadeko/Kuro

View on GitHub
commands/base.js

Summary

Maintainability
A
0 mins
Test Coverage
let kuro
exports.init = function(bot) { kuro = bot }

exports.run = function(msg, args) {
    // Code goes here
}