diff --git a/.gitignore b/.gitignore index 2eea525..e6e079a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.env \ No newline at end of file +.env +*.sqlite3 \ No newline at end of file diff --git a/db.sqlite3 b/db.sqlite3 deleted file mode 100644 index 7ce44f4..0000000 Binary files a/db.sqlite3 and /dev/null differ diff --git a/main.py b/main.py index d0710ed..450b8d7 100644 --- a/main.py +++ b/main.py @@ -53,6 +53,8 @@ class Bot: _{d}, {location}_ {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( self.chat, text=text, parse_mode=ParseMode.MARKDOWN) messages.append(m)