|
@@ -42,7 +42,7 @@ class Editcount(Command): |
|
|
try: |
|
|
try: |
|
|
count = user.editcount |
|
|
count = user.editcount |
|
|
except exceptions.UserNotFoundError: |
|
|
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)) |
|
|
self.reply(data, msg.format(name)) |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|