Explorar el Código

Capitalise replies in !praise

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

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

@@ -44,5 +44,5 @@ class Praise(Command):
if not data.args:
msg = "You use this command to praise certain people. Who they are is a secret."
else:
msg = "you're doing it wrong."
msg = "You're doing it wrong."
self.reply(data, msg)

Cargando…
Cancelar
Guardar