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

    if (args[0] in _stickers) {