<!-- Features are to be requested as User Stories --> ## As a user I want to... <!-- Description of what you want to be able to do --> have confidence in the framework that I am using ## So that... <!-- Description of why you want this --> I can write discord applications knowing the code works ## Context <!-- Add context and details on this request --> We need to write integration tests to ensure that our integration with discord is working as expected. ## Acceptance Criteria * All methods have a corrosponding integration test * Any bugs found during testing are fixed