* added a route to delete subscriptions based on the ID given
* added a new route to find a record based on the name and source
* added a route to query Discord Web Hooks by Server and Channel names
* tested the endpoints and they seem good to test more
* updated some routes for subscriptions and formatted files
* removed debug file
* fixing some panic calls
* swag
* updated db calls to new endpoints. Not all are finished yet
* updated models to use the new dto objects to hide orm values
* updated reddit to build articles based on what type of post it is
* getting reddit ready to post the articles to the db
* Now able to post to the db under the new DTO object
* moved the reddit model to articles model to the struct and out of main