forked from GitHub/dbot
19cc4c474d
Added a module that provides URL minifier support for dbot. Updated spotify and lastfm modules with support for url minimization via the include 'bitly' minimizer (which minimizes spotify.com links to spoti.fi - very nice)
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"success": {
|
|
"en" : "Here you go! -> {miniurl}"
|
|
},
|
|
"fail-bad-minimizer": {
|
|
"en" : "The specified minimizer is not supported."
|
|
},
|
|
"fail" : {
|
|
"en" : "I couldn't. =( [{reason}]"
|
|
}
|
|
} |