change the input for wolfram alpha command

This commit is contained in:
reality 2015-07-21 13:40:02 +00:00
parent deae0ae352
commit d5b35a7b13

View File

@ -37,7 +37,7 @@ var wolframalpha = function(dbot) {
});
}
};
this.commands['~wr'].regex = [/^wr ([\d\w\s-]*)/, 2];
this.commands['~wr'].regex = [/^wr (.*)/, 2];
};
exports.fetch = function(dbot) {