Compare commits
No commits in common. "master" and "flo-dev" have entirely different histories.
1 changed files with 10 additions and 8 deletions
|
@ -86,16 +86,18 @@ var_corona_msg_de = "Bitte halten Sie sich an die AHA-Regeln in der Mensa und ac
|
||||||
var_corona_msg_eng = "Please follow the AHA rules in the cafeteria and pay attention to the given markings "\
|
var_corona_msg_eng = "Please follow the AHA rules in the cafeteria and pay attention to the given markings "\
|
||||||
"and instructions. You can see the current Corona status of HS Mittweida at the [Corona"\
|
"and instructions. You can see the current Corona status of HS Mittweida at the [Corona"\
|
||||||
"traffic light](https://www.hs-mittweida.de/) or in the [Corona news ticker]"\
|
"traffic light](https://www.hs-mittweida.de/) or in the [Corona news ticker]"\
|
||||||
"(https://www.hs-mittweida.de/index.php?id=247957) of the university. Only *TOGETHER* we "\
|
("https://www.hs-mittweida.de/index.php?id=247957) of the university. Only *TOGETHER* we "\
|
||||||
"make a difference and overcome the pandemic. Stay healthy."
|
"make a difference and overcome the pandemic. Stay healthy."
|
||||||
|
|
||||||
info_str = "*Inoffizieller Mensa-Bot der Hochschule Mittweida*\nDieser Bot versendet jeden Tag um 10 Uhr den aktuellen " \
|
info_str = """
|
||||||
"Mensa-Speiseplan. Er wird über /start für den aktuellen Chat oder die aktuelle Gruppe gestartet, " \
|
*Inoffizieller Mensa-Bot der Hochschule Mittweida*\nDieser Bot versendet jeden Tag um 10 Uhr den aktuellen
|
||||||
"/stop beendet ihn wieder. Mit /essen, /mensa und /speiseplan (optional gefolgt von _en_ oder _de_) kann " \
|
Mensa-Speiseplan. Er wird über /start für den aktuellen Chat oder die aktuelle Gruppe gestartet,
|
||||||
"der aktuelle Speiseplan manuell abgerufen werden. Mit /settings kann (von Gruppenadmins) die Sprache " \
|
/stop beendet ihn wieder. Mit /essen, /mensa und /speiseplan (optional gefolgt von _en_ oder _de_) kann
|
||||||
"verändert werden.\n\n_Haftungsausschluss: Dieser Bot steht in keiner Verbindung mit der Hochschule " \
|
der aktuelle Speiseplan manuell abgerufen werden. Mit /settings kann (von Gruppenadmins) die Sprache
|
||||||
"Mittweida oder dem Studentenwerk Freiberg. Alle Angaben ohne Gewähr._\n\nGrafik bereitgestellt von [" \
|
verändert werden.\n\n_Haftungsausschluss: Dieser Bot steht in keiner Verbindung mit der Hochschule
|
||||||
"vecteezy.com](https://de.vecteezy.com) "
|
Mittweida oder dem Studentenwerk Freiberg. Alle Angaben ohne Gewähr._\n\nGrafik bereitgestellt von
|
||||||
|
[vecteezy.com](https://de.vecteezy.com)
|
||||||
|
"""
|
||||||
|
|
||||||
status = ""
|
status = ""
|
||||||
essen = []
|
essen = []
|
||||||
|
|
Loading…
Reference in a new issue