mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 06:19:24 +01:00
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user