Update help descriptions, fixed typos

Minor changes to messages returned by the help command
This commit is contained in:
ThomasWeis
2022-04-21 09:12:06 +02:00
parent 29f8ddb39f
commit 8479462955
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class ComicObserver(PrivMsgObserverPrototype):
@staticmethod
def help():
return '.comic liefer einen Link zu einem zufälligen Comic.'
return '.comic - liefert einen Link zu einem zufälligen Comic'
def update_on_priv_msg(self, data: dict, connection: Connection):
if data['message'].find('.comic') == -1: