File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,16 +142,16 @@ def tr(bot, trigger):
142142@plugin .command ('translate' , 'tr' )
143143@plugin .example ('.tr :en :fr my dog' ,
144144 '"mon chien" (en to fr, translate.google.com)' ,
145- online = True , vcr = True )
145+ online = True , vcr = True , user_help = True )
146146@plugin .example ('.tr מחשב' ,
147147 '"computer" (iw to en, translate.google.com)' ,
148148 online = True , vcr = True )
149149@plugin .example ('.tr mon chien' ,
150150 '"my dog" (fr to en, translate.google.com)' ,
151- online = True , vcr = True )
151+ online = True , vcr = True , user_help = True )
152152@plugin .output_prefix (PLUGIN_OUTPUT_PREFIX )
153153def tr2 (bot , trigger ):
154- """Translates a phrase, with an optional language hint."""
154+ """Translates a phrase, with an optional language : hint."""
155155 command = trigger .group (2 )
156156
157157 if not command :
You can’t perform that action at this time.
0 commit comments