forked from GitHub/dbot
~ri instead of ~randomimgur
This commit is contained in:
parent
8f977f8923
commit
8cd703940f
@ -29,7 +29,7 @@ var imgur = function(dbot) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.commands = {
|
this.commands = {
|
||||||
'~randomimgur': function(event) {
|
'~ri': function(event) {
|
||||||
this.api.getRandomImage(function(link) {
|
this.api.getRandomImage(function(link) {
|
||||||
event.reply(event.user + ': ' + link);
|
event.reply(event.user + ': ' + link);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user