marcelropos / HM-DiscordBot

A Discordbot by and for first semester students of HM.
8 stars 5 forks source link

Add database methods #138

Closed maxwai closed 9 months ago

maxwai commented 10 months ago

Add methods to write/read information in the database. For now, just create at least one way to get/set for any information in the database, and add (convenience) methods that may be useful. We will add more methods late when needed in functions.

Also add Methods that already convert the ids to discord types and deletes them (if possible) from the database if they are invalid. If the id is invalid but can't be deleted because it is required in the table, send a message in the appropriate guild and channel.