Quellcode durchsuchen

Capitalise replies in !editcount

tags/v0.1^2
Justin Yulli Kim vor 12 Jahren
Ursprung
Commit
8682c4b631
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      earwigbot/commands/editcount.py

+ 1
- 1
earwigbot/commands/editcount.py Datei anzeigen

@@ -42,7 +42,7 @@ class Editcount(Command):
try:
count = user.editcount
except exceptions.UserNotFoundError:
msg = "the user \x0302{0}\x0F does not exist."
msg = "The user \x0302{0}\x0F does not exist."
self.reply(data, msg.format(name))
return



Laden…
Abbrechen
Speichern