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
@@ -12,7 +12,7 @@ class GiveIceObserver(PrivMsgObserverPrototype):
@staticmethod
def help():
return ".ice - schenkt Eis"
return ".ice - serviert Eis"
def update_on_priv_msg(self, data: dict, connection: Connection):
if data['message'].find('.ice') == -1: