wrightedu / CSE-Discord-Bot

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

Checked-in view #332

Closed BPennie03 closed 4 months ago

BPennie03 commented 4 months ago

Description

Added a function that creates and returns a view. This "Checked-in" view contains 2 buttons: "Check-out" and "Pomodoro", which will check-out the user and allow them to start a pomodoro respectively. More integration will be required for the database but the discord-side is more or less done.

I also used a custom_id inside the buttons which should prevent future interactions from dropping.

Issues

Closes #308

Type of change

Select one or more of the following:

How Has This Been Tested?

Modified the /checkin_register command to send the new view that is returned from the checkedInView function, and verified the correct view was sent with the 2 new buttons.

Checklist: