exports.ren = function(args) {
    if (args[0] === undefined) return kuro.edit(_msg, 'No source tag supplied.')
    if (args[1] === undefined) return kuro.edit(_msg, 'No destination tag supplied.')

    if (args[0] in _tags) {