This commit is contained in:
2025-08-18 09:10:42 +03:00
parent 981cc3d1f9
commit 22e55a90bb
+1 -1
View File
@@ -43,7 +43,7 @@ def restart_bot(message: types.Message):
@bot.message_handler(commands=["start"])
def start(message: types.Message):
send_message(message, lang["start_message"])
send_message(message, lang["welcome_message"])
if not db.check_user(message.chat.id):
db.new_user(message)