Explorar el Código

There's no such word as singluar, silly!

tags/v0.1^2
Justin Yulli Kim hace 12 años
padre
commit
5d60a6de8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/commands/registration.py

+ 1
- 1
earwigbot/commands/registration.py Ver fichero

@@ -54,7 +54,7 @@ class Registration(Command):
elif user.gender == "female":
gender = "She's"
else:
gender = "They're" # Singluar they?
gender = "They're" # Singular they?

msg = "\x0302{0}\x0F registered on {1}. {2} {3} old."
self.reply(data, msg.format(name, date, gender, age))


Cargando…
Cancelar
Guardar