wrightedu / CSE-Discord-Bot

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

Checkin register database connection #342

Closed BPennie03 closed 1 month ago

BPennie03 commented 1 month ago

Description

Completed the functionality in /checkin_register to properly insert a user into the user table in the SQLite database. I also added some error checking around it in case the original function raised any exceptions. The insert_user() function also had to be modified to allow for a status to be returned back to the command.

Issues

Closes #338

Type of change

Select one or more of the following:

How Has This Been Tested?

Checklist: