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 = {
|
||||
'~randomimgur': function(event) {
|
||||
'~ri': function(event) {
|
||||
this.api.getRandomImage(function(link) {
|
||||
event.reply(event.user + ': ' + link);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user