[x] Add /tts-play, this will accept two parameters below.
[x] Implement /tts-play's Voice option.
[x] Implement a Queuing system for TTS Requests which sends then keeps checking for a response.
[x] Log the TTS Requests in a table which record the ID of the .wav filename we generated, the request's GuildID and UserID, the voicemodel used and the text.
[x] Add /tts-info, available to all (I think?), allows people to enter the filename ID from a generated TTS voice clip and it will show who created the request, what TTS Model it used and the text.
[x] #41
[x] Have a function which runs on Bot Startup and then infrequently which gets all JSON objects from the FakeYou server and stores them locally.