forked from GitHub/dbot
change the input for wolfram alpha command
This commit is contained in:
parent
deae0ae352
commit
d5b35a7b13
@ -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) {
|
exports.fetch = function(dbot) {
|
||||||
|
Loading…
Reference in New Issue
Block a user