mirror of
https://github.com/reality/dbot.git
synced 2024-12-25 20:22:39 +01:00
~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…
Reference in New Issue
Block a user