musicpack / mbox

Music Box is a music player widget in a Discord message.
7 stars 2 forks source link

Record Based System For Database.py (formally dynamodb.py) #138

Closed borisliao closed 3 years ago

borisliao commented 3 years ago

Description Part 2 of database overhaul.

This PR contains changes from Part 1: #137. Approve part 1 before approving part 2!

All but one function has been refactored in to the record system. The function delete_guild_item was not mitigated. In my opinion, this function is not needed.

Note that AWS boto3 calls might not be correct, and should be corrected.

Changes include

Todos