Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
earwigbot
şunun yansıması
https://github.com/earwig/earwigbot
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
4
Aktivite
Kaynağa Gözat
Capitalise replies in !editcount
tags/v0.1^2
Justin Yulli Kim
12 yıl önce
ebeveyn
56c1c08f39
işleme
8682c4b631
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
earwigbot/commands/editcount.py
+ 1
- 1
earwigbot/commands/editcount.py
Dosyayı Görüntüle
@@ -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
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet