forward old poll
This commit is contained in:
parent
8f2ec2c3f9
commit
fb79191cc6
|
|
@ -1 +1,2 @@
|
||||||
.env
|
.env
|
||||||
|
*.sqlite3
|
||||||
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
2
main.py
2
main.py
|
|
@ -53,6 +53,8 @@ class Bot:
|
||||||
_{d}, {location}_
|
_{d}, {location}_
|
||||||
{description}
|
{description}
|
||||||
"""
|
"""
|
||||||
|
if not is_new:
|
||||||
|
text = "*ZMIANA WYDARZENIA*\n_Sprawdź, czy Twoja odpowiedź jest wciąż aktualna!_\n\n" + text
|
||||||
m = self.updater.bot.send_message(
|
m = self.updater.bot.send_message(
|
||||||
self.chat, text=text, parse_mode=ParseMode.MARKDOWN)
|
self.chat, text=text, parse_mode=ParseMode.MARKDOWN)
|
||||||
messages.append(m)
|
messages.append(m)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue