3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 04:02:39 +01:00

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