mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 06:36:24 +02:00
Update help descriptions, fixed typos
Minor changes to messages returned by the help command
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -9,7 +9,7 @@ class PartyObserver(PrivMsgObserverPrototype):
|
||||
|
||||
@staticmethod
|
||||
def help():
|
||||
return ".party - sorgt für Konfetti"
|
||||
return ".party - bringt Stimmung in den Chat"
|
||||
|
||||
def update_on_priv_msg(self, data: dict, connection: Connection):
|
||||
if data['message'].find('.party') == -1:
|
||||
|
||||
Reference in New Issue
Block a user