~ri instead of ~randomimgur

This commit is contained in:
reality 2013-04-10 20:36:26 +00:00
parent 8f977f8923
commit 8cd703940f

View File

@ -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);
});