mirror of
https://github.com/marcogll/vanessa_bot_vanity.git
synced 2026-01-13 21:35:16 +00:00
This change modifies the mock database module to make the bot completely stateless regarding user registration. - The `chat_id_exists` function now always returns `False`. - The `register_user` function is now a no-op, returning `True` without storing any data. This allows the registration flow to be run repeatedly for testing purposes, as requested by the user.