Skip to content

Commit fe44d01

Browse files
committed
Update help.py
1 parent d5b7824 commit fe44d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

willie/modules/help.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def help(bot, trigger):
3131
elif bot.config.lang == 'es':
3232
bot.reply(u'Escribe {0}ayuda <orden> (por ejemplo {0}ayuda wiki) para obtener ayuda sobre un comando, o {0}comandos para una lista de órdenes'.format(bot.config.prefix.replace("\\", "")))
3333
else:
34-
bot.reply(u'Write {0}help <command> (for example {0}help wiki) to get help about a command, or {0}commands to get a list of commands.'.format(bot.config.prefix.replace("\\", "")))
34+
bot.reply(u'Type {0}help <command> (for example {0}help wiki) to get help about a command, or {0}commands to get a list of commands.'.format(bot.config.prefix.replace("\\", "")))
3535

3636
else:
3737
name = trigger.group(2).lower()
@@ -102,7 +102,7 @@ def help2(bot, trigger):
102102
) % bot.config.owner
103103
else:
104104
response = (
105-
'Hi, I\'m a {0} project bot{1}. Write "{0}commands" for a commands list. '.format(project, url, bot.config.prefix.replace("\\", "")) +
105+
'Hi, I\'m a {0} project bot{1}. Type "{2}commands" for a commands list. '.format(project, url, bot.config.prefix.replace("\\", "")) +
106106
'My owner is %s.'
107107
) % bot.config.owner
108108

0 commit comments

Comments
 (0)