Break-Into-Data / Break-Into-Data-Discord

webapp
11 stars 5 forks source link

Refactored discord_app #48

Closed thebadcoder96 closed 4 months ago

thebadcoder96 commented 4 months ago
  1. moved form/button code to onboarding.py file
  2. renamed onboarding.py file to buttons.py
thebadcoder96 commented 4 months ago

Please review the second commit details or the part where I moved process_discord_message to process_message.py

thebadcoder96 commented 4 months ago

@KostyaCholak I tested this and there was a circular import since ensure_user_is_activated and is_user_activated was being imported from discord_app. I just moved it to buttons.py for now. Maybe we should move it somewhere else or new file? what do you suggest?