csgo-queue-bot
csgo-queue-bot copied to clipboard
Use DB for caching
The current storage method for caching guild data is just storing in a JSON file, which might work for now, but will not scale well in the future. For Python MySQL and MongoDB seem to be the two most prevalent options, so weighing the advantages/disadvantages is needed to determine which to use.