exports.run = function(msg, args) {
    let search = args.toString().replace(/,/g, ' ')
    kitsu.searchManga(search)
        .then(result => {
            if (result.length === 0) {