This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
earwigbot
огледало од
https://github.com/earwig/earwigbot
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
4
Activity
Преглед изворни кода
Minor logic fix
tags/v0.1^2
Ben Kurtovic
пре 12 година
родитељ
b3c0869db2
комит
97c1710acf
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/commands/help.py
+ 1
- 1
earwigbot/commands/help.py
Прегледај датотеку
@@ -40,7 +40,7 @@ class Command(BaseCommand):
def process(self, data):
if not data.command:
self.do_hello(data)
if data.args:
el
if data.args:
self.do_command_help(data)
else:
self.do_main_help(data)
Write
Preview
Loading…
Откажи
Сачувај