improveUse

This commit is contained in:
SpudGunMan
2025-10-19 22:43:51 -07:00
parent 011bac41f2
commit af09dc0cf9

View File

@@ -61,8 +61,9 @@ class SurveyModule:
'answers': [],
'location': location if surveyRecordLocation and location is not None else 'N/A'
}
msg = f"'{survey_name}'📝survey\nSend answer' or 'end'\n"
msg = f"'{survey_name}'📝survey\n"
msg += self.show_question(user_id)
msg += f"\nSend answer' or 'end'"
return msg
except Exception as e:
logger.error(f"Error starting survey for user {user_id}: {e}")