wrightedu / CSE-Discord-Bot

Discord bot for the WSU CSE Discord server
GNU General Public License v3.0
2 stars 4 forks source link

Utility function for updating views in `checkin.py` #306

Closed Kokuko3 closed 4 months ago

Kokuko3 commented 5 months ago

What feature do you want?

Add a utility function that takes in a view and updates the current view to reflect the new view.

Why do you want this feature?

Will help to implement checkin cog

Additional context

Should take in a view and replace the current view with the new view object. SHOULD BE MADE IN UTILS.PY

Useful for #307, #308, #309