marcelropos / HM-DiscordBot

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

Temp channels #105

Closed marcelropos closed 2 years ago

marcelropos commented 2 years ago

Storing valid TempChannels in the database and a set can lead to inconsistencies. The locale set is replaced by database calls. The database calls for creating, extending and deleting the temp channels before locking is considered as non-binding information. The corresponding functions set a lock and retrieve the data again. Based on this data the correct actions are executed.