Compare commits

..

No commits in common. "13af76df7a11615a5b64df01d44141766ae60248" and "dc797fdaab50602fa83f95c7fc881e22ec641293" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ def pickMovie(bot, trigger):
movieInfo(bot, trigger) movieInfo(bot, trigger)
#@require_admin @require_admin
@commands('addmovie') @commands('addmovie')
@example(".addmovie Dr. Strangelove or: How I Learned to Stop Worrying and " @example(".addmovie Dr. Strangelove or: How I Learned to Stop Worrying and "
"Love the Bomb") "Love the Bomb")

View File

@ -33,7 +33,7 @@ def translate(text, in_lang='auto', out_lang='en'):
return tl_text, data[2] return tl_text, data[2]
@commands('translate', 'tr', 'tl') @commands('translate', 'tr')
@example('.tr -i en -o fr my dog', '"mon chien" (en to fr, translate.google.com)') @example('.tr -i en -o fr my dog', '"mon chien" (en to fr, translate.google.com)')
@example('.tr היי', '"Hey" (iw to en, translate.google.com)') @example('.tr היי', '"Hey" (iw to en, translate.google.com)')
@example('.tr mon chien', '"my dog" (fr to en, translate.google.com)') @example('.tr mon chien', '"my dog" (fr to en, translate.google.com)')