forked from GitHub/dbot
Put the colon next to the name, moron
This commit is contained in:
parent
ee06dc634b
commit
3d918414b8
@ -31,7 +31,7 @@ var imgur = function(dbot) {
|
|||||||
this.commands = {
|
this.commands = {
|
||||||
'~ri': function(event) {
|
'~ri': function(event) {
|
||||||
this.api.getRandomImage(function(link) {
|
this.api.getRandomImage(function(link) {
|
||||||
event.reply(event.user + ' (' + dbot.t('nsfw') + '): ' + link);
|
event.reply(event.user + ': (' + dbot.t('nsfw') + ') ' + link);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user