forked from GitHub/dbot
I warned you about porn bro, I told you dog!
I told you man I TOLD you about porn!
This commit is contained in:
parent
8cd703940f
commit
ee06dc634b
@ -31,7 +31,7 @@ var imgur = function(dbot) {
|
||||
this.commands = {
|
||||
'~ri': function(event) {
|
||||
this.api.getRandomImage(function(link) {
|
||||
event.reply(event.user + ': ' + link);
|
||||
event.reply(event.user + ' (' + dbot.t('nsfw') + '): ' + link);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
6
modules/imgur/strings.json
Normal file
6
modules/imgur/strings.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"nsfw": {
|
||||
"en": "might be NSFW",
|
||||
"na'vi": "kxawm ke wivìntxu evengur"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user