Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
earwigbot
espelhamento de
https://github.com/earwig/earwigbot
Observar
1
Favorito
1
Fork
0
Código
Versões
4
Atividade
Ver código fonte
Capitalise replies in !editcount
tags/v0.1^2
Justin Yulli Kim
12 anos atrás
pai
56c1c08f39
commit
8682c4b631
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
earwigbot/commands/editcount.py
+ 1
- 1
earwigbot/commands/editcount.py
Ver arquivo
@@ -42,7 +42,7 @@ class Editcount(Command):
try:
count = user.editcount
except exceptions.UserNotFoundError:
msg = "
t
he user \x0302{0}\x0F does not exist."
msg = "
T
he user \x0302{0}\x0F does not exist."
self.reply(data, msg.format(name))
return
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar