forked from GitHub/dbot
c298813b28
~movie command replaces ~rt command. API key from http://www.omdbapi.com/apikey.aspx
11 lines
252 B
JSON
11 lines
252 B
JSON
{
|
|
"omdb_film": {
|
|
"en": "[{title} - Audience:{aRating} - Critic:{cRating} - {year}]",
|
|
"de": "[{title} - {aRating} - {year}]"
|
|
},
|
|
"omdb_noresults": {
|
|
"en": "No films found.",
|
|
"de": "Kein Film gefunden."
|
|
}
|
|
}
|