Compare commits
No commits in common. "13af76df7a11615a5b64df01d44141766ae60248" and "dc797fdaab50602fa83f95c7fc881e22ec641293" have entirely different histories.
13af76df7a
...
dc797fdaab
|
@ -151,7 +151,7 @@ def pickMovie(bot, trigger):
|
|||
movieInfo(bot, trigger)
|
||||
|
||||
|
||||
#@require_admin
|
||||
@require_admin
|
||||
@commands('addmovie')
|
||||
@example(".addmovie Dr. Strangelove or: How I Learned to Stop Worrying and "
|
||||
"Love the Bomb")
|
||||
|
|
|
@ -33,7 +33,7 @@ def translate(text, in_lang='auto', out_lang='en'):
|
|||
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 היי', '"Hey" (iw to en, translate.google.com)')
|
||||
@example('.tr mon chien', '"my dog" (fr to en, translate.google.com)')
|
||||
|
|
Loading…
Reference in New Issue
Block a user