Ver a proveniência

Minor logic fix

tags/v0.1^2
Ben Kurtovic há 12 anos
ascendente
cometimento
97c1710acf
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      earwigbot/commands/help.py

+ 1
- 1
earwigbot/commands/help.py Ver ficheiro

@@ -40,7 +40,7 @@ class Command(BaseCommand):
def process(self, data):
if not data.command:
self.do_hello(data)
if data.args:
elif data.args:
self.do_command_help(data)
else:
self.do_main_help(data)


Carregando…
Cancelar
Guardar